Does anybody have experince with newFetchPersonAppDataRequest method?
On Nov 10, 12:47 am, Sergi Adamchuk <[EMAIL PROTECTED]> wrote:
> Can I use this request type to request specific data by key and any
> person id (not necessary owner's or viewer's friend)?
>
> When I do
> req.add(req.newFetchPersonAppDataRequest(opensocial.DataRequest.Group.OWNER_FRIENDS,
> "location"), "flocation");
>
> I retrieve null in responce.get("flocation").getData()
>
> When I do
> req.add(req.newFetchPersonAppDataRequest("15483875053207561407",
> "location"), "flocation");
>
> ("15483875053207561407" is id of owner's friend, and owner=viewer)
> I am getting error when sending request:
> Internal Server Error
> Error 500
>
> What I need is retriviing data item by data's key and user id.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenSocial Developers" 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
-~----------~----~----~----~------~----~------~--~---