I figured out how to fix it! Right now, I'm doing:

/* Saving */
req.add(req.newUpdatePersonAppDataRequest("VIEWER", "poll_status",
"C"));

/* Retrieving */
var fields = new Array();
fields[0] = "poll_status";
req.add(req.newFetchPersonAppDataRequest("OWNER", fields),
"viewer_data");. . .

In fact, I just changed VIEWER to OWNER on retrieve.

Now I got other problem, as viewer user I'd like to save a field on
owner app data, can I do that?

Thanks Gaurav!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to