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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---