In Orkut, these requests are only working with the named groups
(VIEWER, OWNER, VIEWER_FRIENDS, OWNER_FRIENDS).  Eventually you'll be
able to request data by ID, but this will be ACLd so that you can only
see data if the ID belongs to one of the above groups.

~Arne


On Nov 12, 8:58 am, sergi <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to