[orkut-developer] Re: Help with informations from profile on orkut

2009-03-30 Thread Robson Dantas
Hi Soraya, Take a look here: http://wiki.opensocial.org/index.php?title=Requesting_Data_in_OpenSocial and here: http://code.google.com/intl/pt-BR/apis/opensocial/docs/0.8/reference/#opensocial The second link shows the items you can catch. Cheers, --Robson http://blogdodantas.dxs.com.br

[orkut-developer] Re: I failed to run opensocial gadget

2009-03-30 Thread Robson Dantas
Hi, There´re many ways to host an app. I like google app engine, it´s free. http://appengine.google.com/ Basically, you need to take all files you used to develop (you xml, css, images, etc) and deploy to a server. Your app must be accessible by an url, for example: http://www.myapp.com/app.xml

[orkut-developer] Re: Executing a function just the first time user installs it

2009-03-30 Thread Robson Dantas
There´re many ways to do that. The first thing that came in my mind: You can do that saving some information on your webserver, or inside the appdata. Make a request querying if the user has the parameters set and if not, call your function. Since most apps query some data during the startup,

[orkut-developer] Unable to post an Activity in Sandbox

2009-03-30 Thread AJ
Hi, Running folllowing simple code is giving unautorized: Permission token validation failed error. function postActivity(text) { var params = {}; params[opensocial.Activity.Field.TITLE] = text; var activity = opensocial.newActivity(params); opensocial.requestCreateActivity(activity,

[orkut-developer] Runtime error:app_id is null or not an object in opensocial 0.8

2009-03-30 Thread revathi
Hi , This is Revathi.. I have done invite friends feature for my application using requestSendMessage.When i click on the image or name of a friend i am getting a Runtime error in IE 7 “app_id as null or not an object” in Invite Friends functionality.This functionality working fine in Fire

[orkut-developer] There was a problem submitting your application. * org.apache.shindig.common.xml.XmlException: White spaces are required between publicId and systemId. At: (1,63)

2009-03-30 Thread parag
There was a problem while submitting my application to orkut directory There was a problem submitting your application. * org.apache.shindig.common.xml.XmlException: White spaces are required between publicId and systemId. At: (1,63) The application url is

[orkut-developer] Re: authentication

2009-03-30 Thread Vijaya
Are you trying to build an orkut app using OpenSocial API? In that case, please see the Developer's Guide: http://code.google.com/apis/orkut/docs/orkutdevguide/orkutdevguide-0.8.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[orkut-developer] Re: Executing a function just the first time user installs it

2009-03-30 Thread Henderson Miranda
Where I can unsuscrible this group? Hendy Miranda Date: Sat, 28 Mar 2009 00:48:41 -0700 Subject: [orkut-developer] Re: Executing a function just the first time user installs it From: prashantpandurangpa...@gmail.com To: opensocial-orkut@googlegroups.com use persistence data at

[orkut-developer] Hw To Knw Whether The Material I'm Using DMCA Rights Or Not

2009-03-30 Thread superfast
Hw To Knw Whether The Material I'm Using DMCA Rights Or Not... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group, send email to opensocial-orkut@googlegroups.com To

[orkut-developer] Problem when try to get Viewer's name

2009-03-30 Thread Samir Kerbage
Hi, Im having problems with this sample code. Im only trying to get the Viewer's name. I tested it on the sandbox logged as the OWNER of the app and it was OK. But when Im not the OWNER (trying to run the app as a OWNER friend) I get no return. If I change the the

[orkut-developer] Re: Executing a function just the first time user installs it

2009-03-30 Thread Vijaya
Please find the instructions to unsubscribe in the following thread: http://groups.google.com/group/opensocial-orkut/msg/0cbf010a7d422d03 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group.

[orkut-developer] Re: Unable to post an Activity in Sandbox

2009-03-30 Thread naum sie maus
Not working in sandbox :-P On 27 mar, 20:56, AJ ankitjinda...@gmail.com wrote: Hi, Running folllowing simple code is giving unautorized: Permission token validation failed error. function postActivity(text) {   var params = {};   params[opensocial.Activity.Field.TITLE] = text;   var

[orkut-developer] Re: Problem when try to get Viewer's name

2009-03-30 Thread Prashant Patil
/** * Request VIEWER name. */ function getData() { var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest (opensocial.DataRequest.PersonId.VIEWER, 'viewer'); req.send(onLoad); }; function onLoad(dataResponse) { var viewer = dataResponse.get('viewer').getData();

[orkut-developer] Re: Runtime error:app_id is null or not an object in opensocial 0.8

2009-03-30 Thread Prashant Patil
Hi if its giving you 404 error after some time in IE then try to load all your Javascripts one by one or check for undefined functions call! On Mon, Mar 30, 2009 at 12:36 PM, revathi pericherlas...@gmail.com wrote: Hi ,  This is Revathi.. I have done invite friends feature for my

[orkut-developer] Re: Unable to post an Activity in Sandbox

2009-03-30 Thread Prashant Patil
I think its not working in sandbox tested for my apps! On Mon, Mar 30, 2009 at 6:24 PM, naum sie maus guideork...@gmail.com wrote: Not working in sandbox :-P On 27 mar, 20:56, AJ ankitjinda...@gmail.com wrote: Hi, Running folllowing simple code is giving unautorized: Permission token

[orkut-developer] os:Html Tag

2009-03-30 Thread Badaro
The Template Developer's Guide (http://wiki.opensocial.org/index.php? title=OpenSocial_Templates_Developer%27s_Guide) mentions a tag called os:Html, but I can't get it to work in the Sandbox. Is it not implemented yet? --~--~-~--~~~---~--~~ You received this

[orkut-developer] Re: os:Html Tag

2009-03-30 Thread Badaro
Sample Code: http://badaro.labone.net/ostemplates/gadget Template: pContent test:/p ${content.Value} pContent test:/p os:Html code=${content.Value} / Output HTML: pContent test:/p lt;img src=quot;http://www.labone.net/image/common/ LabOneLogo.gifquot;gt;The quick brown

[orkut-developer] Current version of Profile templates in sandbox is final?

2009-03-30 Thread Jota
I would like to know if the current version of Profile view (with no javascript support) is the version that will be promoted from sandbox to production... I'm asking because I was converting my app using this code and it's not working anymore: owner =

[orkut-developer] Problems to display thumbnails

2009-03-30 Thread Jota
Is anyone with the same problem? Find below a piece of my code: os:PeopleRequest key=friends userId=@owner groupId=@friends filterBy=hasApp / script type=text/os-template div repeat=${friends} class=user user_${Context.Index} div class=user_pic a

[orkut-developer] How to embed flash objects to profile?

2009-03-30 Thread Jota
I'm just writing the tag OBJECT and EMBED, but looking into code after rendering, this tags appears to be ignored. How can I use flash in profile? regards, Jota --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[orkut-developer] Re: How to embed flash objects to profile?

2009-03-30 Thread Badaro
I believe flash will not be allowed in the profile. On Mar 30, 11:59 am, Jota jefferson.ru...@gmail.com wrote: I'm just writing the tag OBJECT and EMBED, but looking into code after rendering, this tags appears to be ignored. How can I use flash in profile? regards, Jota

[orkut-developer] Re: How to embed flash objects to profile?

2009-03-30 Thread Jota
Hi Badaro, but why BuddyPoke! application (for example) is still working on my profile view? regards, Jota On Mon, Mar 30, 2009 at 12:33 PM, Badaro bad...@gmail.com wrote: I believe flash will not be allowed in the profile. On Mar 30, 11:59 am, Jota jefferson.ru...@gmail.com wrote: I'm

[orkut-developer] Templates - Testing if Viewer Has Application

2009-03-30 Thread Badaro
Is there any way to do this? There's a small section of my profile I'd like to hide if the viewer doesn't have the application installed. Testing the viewer variable (which is the name i gave to my PeopleRequest) doesn't seem to work... neither of these prints anything: h5 if=${viewer !=

[orkut-developer] Re: How to embed flash objects to profile?

2009-03-30 Thread Robson Dantas
Because BuddyPoke is whitelisted. Some apps where whitelisted and can run on profile. For those who were not, you should implement the template way to display your profile view and wait until orkut release on production environment. -Robson 2009/3/30 Jota jefferson.ru...@gmail.com Hi Badaro,

[orkut-developer] Re: How to embed flash objects to profile?

2009-03-30 Thread Prashant Patil
Hi Robson What about app which are not using aka they dont need new templates as my apps have only HTML codes only . No JS. WIll they appear ? On Mon, Mar 30, 2009 at 9:43 PM, Robson Dantas biu.dan...@gmail.com wrote: Because BuddyPoke is whitelisted. Some apps where whitelisted and can run

[orkut-developer] Re: How to embed flash objects to profile?

2009-03-30 Thread Jota
What I need to do to be a whitelisted? regards, Jota On Mon, Mar 30, 2009 at 1:13 PM, Robson Dantas biu.dan...@gmail.com wrote: Because BuddyPoke is whitelisted. Some apps where whitelisted and can run on profile. For those who were not, you should implement the template way to display

[orkut-developer] Re: How to embed flash objects to profile?

2009-03-30 Thread Badaro
I don't think so, but if it's only HTML converting to templates should be trivial. On Mar 30, 1:23 pm, Prashant Patil prashantpandurangpa...@gmail.com wrote: Hi Robson What about app which are not using aka they dont need new templates as my apps have only  HTML codes only . No JS. WIll

[orkut-developer] What about Google Analytics on profile view?

2009-03-30 Thread Jota
Hi, on my current application, I have some navigation on profile view just showing and hiding some DIVs. There is a way to let Google Analytics know any type of navigation on profile view or at least a single view of profile? I was informing GA doing this: pageTracker._initData();

[orkut-developer] Re: How to embed flash objects to profile?

2009-03-30 Thread Badaro
As far as I know, there's no way to get whitelisted. Orkut said they were only doing it for the top applications, and that it's only temporary - they will also have to change to templates once they're available in production. I'm interested to see how some of those applications will conform to

[orkut-developer] Re: Templates - Testing if Viewer Has Application

2009-03-30 Thread Jota
for me is printing the first line: Viewer = YES On Mon, Mar 30, 2009 at 12:41 PM, Badaro bad...@gmail.com wrote: Is there any way to do this? There's a small section of my profile I'd like to hide if the viewer doesn't have the application installed. Testing the viewer variable (which is

[orkut-developer] Re: There was a problem submitting your application.

2009-03-30 Thread Thiago Diniz
does anyone is out there? this is my xml if someone could help... http://www.fastconsultoria.com.br/NovoEuTenho/opensocial/EuTenho.xml On Mar 26, 5:06 pm, Thiago Diniz thiagovsdi...@gmail.com wrote: I am having the same problem... i had already verified my app and put the code inside the

[orkut-developer] Re: Templates - Testing if Viewer Has Application

2009-03-30 Thread Badaro
Weird, I went to lunch and when I come back it's working. Anyway, as long as it works it's good. :) On Mar 30, 2:27 pm, Jota jefferson.ru...@gmail.com wrote: for me is printing the first line: Viewer = YES On Mon, Mar 30, 2009 at 12:41 PM, Badaro bad...@gmail.com wrote: Is there any way

[orkut-developer] Re: Templates - Testing if Viewer Has Application

2009-03-30 Thread Badaro
Hum, interesting. Just did some more testing and you're right. - If the viewer has the App installed, it works as expected - If the viewer does *not* have the App installed, all tests fail and no message is displayed I was only testing the second case, and didn't notice this. Anyone has a

[orkut-developer] Re: There was a problem submitting your application.

2009-03-30 Thread Thiago Diniz
Hi, I am having problems to submit my application too.. i have tried yours suggestions but it didn't worked for me, if someone can help me this is my app XML: http://www.fastconsultoria.com.br/NovoEuTenho/opensocial/EuTenho.xml thanks On Mar 18, 7:48 am, Always Dynamic! manjif...@gmail.com

[orkut-developer] Accessing JSON data using Data Pipeline

2009-03-30 Thread Jota
Considering this code: os:PersonAppDataRequest key=owner_data method=appdata.get userId=@owner appId=@app fields=user_data,videos / that returns this JSON: {02102045899348631537:{videos:[{\id\:\--gFgYElfTg\,\thumb\:\ http://img.youtube.com/vi/--gFgYElfTg/2.jpg\,\link\:\;

[orkut-developer] Re: Problems to display thumbnails

2009-03-30 Thread Badaro
Same problem here. No only that, but it's also changing all image URLs in my application to something similar to this:

[orkut-developer] Re: Problems to display thumbnails

2009-03-30 Thread Jota
yep... my application is being rendered with this huge url for images too... On Mon, Mar 30, 2009 at 3:57 PM, Badaro bad...@gmail.com wrote: Same problem here. No only that, but it's also changing all image URLs in my application to something similar to this:

[orkut-developer] Re: Problem when try to get Viewer's name

2009-03-30 Thread Samir Kerbage
It works in Orkut Sandbox when VIEWER = OWNER. If its not, I cant get any data. When I try to login as someone else (not the OWNER), I get no return. On 30 mar, 10:40, Prashant Patil prashantpandurangpa...@gmail.com wrote: /**  * Request VIEWER name.  */  function getData() {    var req =

[orkut-developer] cant get VIEWER's data

2009-03-30 Thread Samir Kerbage
Hi, I have copied and pasted from the examples. its a sample code that returns the viewer's basic data. I cant get it to work. When i change: req.add(req.newFetchPersonRequest(VIEWER), viewer); to req.add(req.newFetchPersonRequest(OWNER), viewer); I get

[orkut-developer] Get User Name (Display Name)

2009-03-30 Thread Raj
Hi All, I have a orkut user id saved into my database. Now I want to retreive the information about the user from that user id. The person does not belongs to viewer_friends and owners_friend group How can I retreive the user's information from the given user id.. Please let me know

[orkut-developer] Unable to connect to orkut after getting authentication token

2009-03-30 Thread Tieto Tieto
Hi, I have started developing one application which can access orkut from mobile.I am using http methods to connect to orkut. I got the authentication token by POST method and with that token I tried to access friend list. But I am unable to access any page from orkut site. I am not getting the

[orkut-developer] Re: cant get VIEWER's data

2009-03-30 Thread Vijaya
Viewer's data is available only when the viewer has the app installed on his profile as indicated in the orkut Developer's Guide: http://code.google.com/apis/orkut/docs/orkutdevguide/orkutdevguide-0.8.html#profiledatatable --~--~-~--~~~---~--~~ You received this