[orkut-developer] Re: Profile Url null in orkut and prod.sandbox but working in sanbox.orkut

2008-11-10 Thread Vijaya
Modify your request() function as shown below, to explicitly include the PROFILE_URL in the fetch request. By default, orkut will only return the user's ID, NAME and THUMBNAIL_URL function response(data) { output(data.get(req).getData().getDisplayName());

[orkut-developer] Re: Profile Url null in orkut and prod.sandbox but working in sanbox.orkut

2008-11-07 Thread javangelo
Here is the sample code which you can use to replicate this issue. In sandbox it is working fine function response(data) { output(data.get(req).getData().getDisplayName()); output(data.get(req).getData().getField(opensocial.Person.Field.PROFILE_URL)); gadgets.window.adjustHeight(); };

[orkut-developer] Re: Profile Url null in orkut and prod.sandbox but working in sanbox.orkut

2008-11-07 Thread aman raj
hi...could u plz tell me more precisely how can i use the code that is being given in this mail..i shall b thankful for u for this... regards, aman On 11/7/08, javangelo [EMAIL PROTECTED] wrote: Here is the sample code which you can use to replicate this issue. In sandbox it is working fine

[orkut-developer] Re: Profile Url null in orkut and prod.sandbox but working in sanbox.orkut

2008-10-24 Thread Vijaya
Could you please include the full request and response from your gadget? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group, send email to