I have a basic doubt. I am using this call:
req.add(req.newFetchPersonAppDataRequest('VIEWER', 'my_own_data'),
'data');
to get persistent data and use it for my app.
Now my app stores and retrieves data only on the owners space. Its
something like the owner creates a list and that list is stored in the
persistent data. I am thinking in the above call, if I use VIEWER,
will it work ? Should I not be trying to get the data from the OWNER.
Will this work if someone say B is viewing A's profile (where A is the
owner) ?
Should I be calling something like:
req.add(req.newFetchPersonAppDataRequest('OWNER', 'my_own_data'),
'data');
?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenSocial Application Development" 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-api?hl=en
-~----------~----~----~----~------~----~------~--~---