Hi Andre,
Currently, you can only use "VIEWER" with
newUpdatePersonAppDataRequest. The reason behind this is only a person
viewing the app can write to app data, because he/she is the one
actually performing some action. Also, If VIEWER was allowed to write
to OWNER App datastore, how do we tell who has written that data into
a person's app store.

Best,
Rohit

On Jun 21, 5:24 am, André Diniz <[EMAIL PROTECTED]> wrote:
> Help!
>
> I'm using OpenSocial API 0.7 and I can't save data in owner app, why?
> Is it possible? I have a poll and I published it as owner? How viewer
> users will interact with my application in my Orkut profile?
>
> I tryed like this:
>
> req.add(req.newUpdatePersonAppDataRequest("VIEWER", "poll_status",
> "C"));
>
> and like this:
>
> req.add(req.newUpdatePersonAppDataRequest("OWNER", "poll_status",
> "C"));
>
> But it doens't works when I try retrieve data as viewer.
>
> Please, help me.
>
> André.
--~--~---------~--~----~------------~-------~--~----~
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