[orkut-developer] Re: Problem with newUpdatePersonAppDataRequest

2008-03-29 Thread [EMAIL PROTECTED]
Thanks for the suggestions. It got fixed on its own, I changed the url where my xml was hosted and that changed the appId and it got fixed. I was changing the keys, but am pretty sure didnt reach the 10Kb limit. I now have the data clearing function in it and make sure, i dont reach the limit.My

[orkut-developer] Re: Problem with newUpdatePersonAppDataRequest

2008-03-28 Thread JevS
Hi Charudatta, Is it possible that you were using this app for many updates with different keys and now you reached 10kb limit? You can try to clear all data first by something like following: var request = null; for (var key in yourdata[viewerid]){ request = opensocial.newDataRequest(); request

[orkut-developer] Re: Problem with newUpdatePersonAppDataRequest

2008-03-28 Thread Jason
Thanks for the update. Are you using &bpc=1 by any chance? I don't know how this may affect anything, but I'm just curious. Also, can you provide a link to your XML source and the name of the function that contains the updatePersonAppData request? - Jason On Mar 28, 11:48 am, "[EMAIL PROTECTED]

[orkut-developer] Re: Problem with newUpdatePersonAppDataRequest

2008-03-28 Thread [EMAIL PROTECTED]
Hi Thanks for the quick reply. I tried it out in the Code Runner (which is totally cool) and it works.. Not sure why it is not working in my app. Already spent a lot of time.. on this.. Anything else that might have caused the problem. Thanks. -Charudatta --~--~-~--~~~---

[orkut-developer] Re: Problem with newUpdatePersonAppDataRequest

2008-03-28 Thread Jason
Hi Charudatta. Unfortunately, I'm not able to reproduce this issue using the CodeRunner development gadget. Can you install it on your profile, run the following code snippet, and let me know if it works? It should update your app data and immediately fetch/display it. Download CodeRunner at htt

[orkut-developer] Re: Problem with newUpdatePersonAppDataRequest

2008-03-28 Thread [EMAIL PROTECTED]
And of course the returned data does not have getError().. so I dont really know what is going wrong.. listingId and category are valid json objects (doesnt work even if i try to send a simple string).. Thanks. -Charudatta --~--~-~--~~~---~--~~ You received this me