[orkut-developer] Re: Unable to access persistent app data from Orkut

2010-11-04 Thread DevenH
Now that i've switched over from sandbox.orkut.com over to prod.sandbox.orkut.com I am no longer able to access my persistent data again. Here is the object that is being returned to me when I try to get all fields: ({responseItems_:{fooKey:{originalDataRequest_:{rpc:{method:appdata.get,

[orkut-developer] Re: Unable to access persistent app data from Orkut

2010-10-14 Thread DevenH
I finally figured it out! It was an extremely frustrating task because all the documentation was wrong...but here is what I found worked for me to access the persistent app data for the user (Viewer): when setting the data i did this: req.add(req.newUpdatePersonAppDataRequest(VIEWER, data, foo));

[orkut-developer] Re: Unable to access persistent app data from Orkut

2010-10-13 Thread sunnydiv
my app is not picking up 'persistent data' in PROFILE VIEW in production, but picking it up in PROFILE VIEW in sandbox as always, i guess it will take 2 weeks for orkut team to pick this issue up, and then 2 weeks to fix it. i am just beyond disappointed On Oct 11, 7:28 pm, DevenH

[orkut-developer] Re: Unable to access persistent app data from Orkut

2010-10-13 Thread anatoly
same here, persistent data doesn't work on profile view please check it out On Oct 13, 9:16 pm, sunnydiv sunny...@gmail.com wrote: my app is not picking up 'persistent data' in PROFILE VIEW in production, but picking it up in PROFILE VIEW in sandbox as always, i guess it will take 2 weeks

[orkut-developer] Re: Unable to access persistent app data from Orkut

2010-10-11 Thread DevenH
Here is a link to the test version of the app: http://fb.peixeurbano.com.br/orkut/top-flavors-of-rio.xml you can find the external js here: http://fb.peixeurbano.com.br/orkut/js/common.js thanks! -- You received this message because you are subscribed to the Google Groups orkut Developer

[orkut-developer] Re: Unable to access persistent app data from Orkut

2010-10-10 Thread DevenH
In the callback after I make the call to newFetchPersonAppDataRequest here is the null data I get back with the unauthorized errorCode: ({originalDataRequest_:{rpc:{method:appdata.get, params:{userId:[@viewer], groupId:@self, appId:@app, fields:[foo]}, id:fooKey}, processData:(function (F)

[orkut-developer] Re: Unable to access persistent app data from Orkut

2010-10-10 Thread DevenH
Sometimes I get the error above, while other times I simply get back an empty object: ({ }) Surely, someone else must be hitting this issue too. If so, please add to this thread so that we can get to the bottom of this. i'm stumped. -- You received this message because you are subscribed to