Arne,

Can you give more information on how this will work.  It has the
potential to kill my entire app if it is done in an overly restrictive
way.  Will users of the same application be able to see at the very
least a thumbnail picture, link to profile, and the name of other
people using the same application?  Usually this information appears
in the user directory anyway.  Also, what is the ballpark time frame
for being able to request info by ID?

Thanks,
Logan

On Nov 12, 2:21 pm, "Arne Roomann-Kurrik (Google)"
<[EMAIL PROTECTED]> wrote:
> 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.us


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial API Definition (was 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