Hello,
I tried:
var req = opensocial.newDataRequest();
req.add(
req.newUpdatePersonAppDataRequest(
opensocial.DataRequest.PersonId.VIEWER,
"*",
null),
"set_data");
req.send(set_callback);
as per http://code.google.com/apis/opensocial/articles/persistence.html
but that doesnt work in Orkut
Further when I use a specific key to update to null (without quotes)
and when I retrieve data again, it comes as "null" (i.e object is not
null and its value is null).
Any insights?
Cheers!
Rajiv
rajspace.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---