[orkut-developer] Re: opensocial.Person.Field.PROFILE_URL broken on www and prod.sandbox.orkut.com

2008-10-30 Thread rd-london
into > newFetchPersonRequest above. Thank you for calling this to my > attention, but please use the code above to get the profile URL in > prod.sandbox and production as this is the default behavior. > > - Jason > > On Oct 28, 2:11 pm, rd-london <[EMAIL PROTECTED]>

[orkut-developer] Re: opensocial.Person.Field.PROFILE_URL broken on www and prod.sandbox.orkut.com

2008-10-28 Thread rd-london
DataRequest.PersonId.OWNER), 'owner'); req.send(getViewerAndOwnerDetails); } ********* END OF CODE *** On Oct 28, 12:29 pm, rd-london <[EMAIL PROTECTED]> wrote: > Hi, > > opensocial.Person.Field.PROFILE_URL appears to be returning null on > both prod.sandbox.or

[orkut-developer] opensocial.Person.Field.PROFILE_URL broken on www and prod.sandbox.orkut.com

2008-10-28 Thread rd-london
Hi, opensocial.Person.Field.PROFILE_URL appears to be returning null on both prod.sandbox.orkut.com *and* (most importantly) on live on www.orkut.com (on an application that has just gone live) *but* appears to work fine on sandbox.orkut.com. que pasa? Please help. --~--~-~-

[orkut-developer] Re: How to test application already added and display add-to-profile link/button

2008-10-17 Thread rd-london
ch[1]); > > } > > Cheers! > - Jason > > On Oct 14, 3:47 am, rd-london <[EMAIL PROTECTED]> wrote: > > > Hi Jason, > > All very helpful, many thanks. > > > You say: > > > " > > In this > > case, you can retrieve the current w

[orkut-developer] Re: How to test application already added and display add-to-profile link/button

2008-10-14 Thread rd-london
o get the gadget's > ID and build the link manually: > > http://www.orkut.com/Main#AppInfo.aspx?appId=[gadget ID] > > I hope this helps. Let me know if you have any follow-ups. > > - Jason > > On Oct 10, 9:17 am, rd-london <[EMAIL PROTECTED]> wrote: > > > H

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-14 Thread rd-london
t; >  /* there was a problem getting the UID */ > > > >  } > > > > > } > > > > > /*Method for getting the app viewers profile url and then using it*/ > > > > getViewerProfileInfo = function() > > > > { > > > >   var

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-13 Thread rd-london
Seems to be broken for me too. Doesn't work if do following either: // Get viewer and owner details var params = {}; params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = [opensocial.Person.Field.PROFILE_URL]; var req = opensocial.newDataRequest(); req.add(req.newFetchPe

[orkut-developer] How to test application already added and display add-to-profile link/button

2008-10-10 Thread rd-london
Hi, Got an OpenSocial application, wonder if someone can help. How can one easily test if a user has already installed the application? Also - what's the best way to provide a link that the user can click on to install the application if it isn't already installed - an add- to-profile button/li

[orkut-developer] Re: Viewer details returned inconsistently? Driving me spare

2008-10-07 Thread rd-london
Social: > > http://code.google.com/apis/opensocial/articles/persistence-0.8.htmlhttp://code.google.com/apis/opensocial/articles/datarequests/datarequ... > > Please let me know if you have any more questions on this. > > - Jason > > On Oct 6, 9:49 am, rd-london <

[orkut-developer] Re: Viewer details returned inconsistently? Driving me spare

2008-10-06 Thread rd-london
t user B shouldn't it? Because user A is then a viewer no? --- Code starts --- --- --- --- Code ends --- --- -------

[orkut-developer] Re: Submitting Application to Orkut

2008-10-06 Thread rd-london
Hi, I'd also like to know the answer to this too please. Thanks, R On Oct 6, 7:11 pm, sb <[EMAIL PROTECTED]> wrote: > Hello, > > Does anyone know how much time does it take for the application to get > activated in Orkut directory? Does Orkut have a support email address > for correspondence?

[orkut-developer] Viewer details returned inconsistently? Driving me spare

2008-10-06 Thread rd-london
Hi, Wonder if anyone can help. I have an 0.7 OpenSocial appln that is currently successfully performing a signed makeRequest, and for the application owner is returning the following all fine: viewer.getId(); viewer.getDisplayName(); viewer.getField(opensocial.Person.Field.NAME); viewer.getField

[orkut-developer] Query re: tracking applicaiton install/uninstall on Orkut

2008-10-03 Thread rd-london
Hi, Wonder if anyone can help. What's the current status re: tracking application install/uninstall on Orkut? Is it still as suggested here: http://tinyurl.com/4lzxug - or is there new functionality that is available on Orkut? I understand from discussions in these groups that there might be som