Hello! That doesn't solve the problem... If an application needs to know: "AMONG ALL your friends, which have the key 'abc'?". Maybe you meant it can do a PeopleRequest of 100 friends, and use them in the DataRequest. But that won't inlude all friends.
So the only way is to use a keyword like VIEWER_FRIENDS, but it may returns a lot of data if the user has 10,000 friends with the key 'abc'. Maybe, in practice, Orkut (and other) cuts response data that exceds a limit, like 100kb... That's what I want to know. I added a feature request on this: http://code.google.com/p/opensocial-resources/issues/detail?id=132 Thanks! On 26 mar, 06:36, verma6uc <[EMAIL PROTECTED]> wrote: > var params = {}; > params[opensocial.DataRequest.PeopleRequestFields.SORT_ORDER] > = opensocial.DataRequest.SortOrder.NAME; > params[opensocial.DataRequest.PeopleRequestFields.MAX] = 1000; > > req.add(req.newFetchPeopleRequest(opensocial.DataRequest.Group.OWNER_FRIENDS, > params), "ownerFriends"); > > On Mar 26, 2:57 am, Thyako <[EMAIL PROTECTED]> wrote: > > > > > Hi. > > > Does any developer or Google team know what happens if I request all > > friends' keys, when having a lot of friends, like one thousand in > > Orkut or ten thousand in Myspace? That is, the following request: > > > newFetchPersonAppDataRequest(opensocial.DataRequest.Group.VIEWER_FRIENDS, > > "*") > > > The reference says there is no optional parameters to an > > AppDataRequest, like MAX and FIRST. Maybe must I add it as a feature > > request? > > > ~Thiago- Ocultar texto entre aspas - > > - Mostrar texto entre aspas - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" 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-orkut?hl=en -~----------~----~----~----~------~----~------~--~---

