I was wrong about Orkut limit on maximal number of friends. I was able
to increase default 20 to at least 50:
var opt = {"max": 50};
request.add(request.newFetchPeopleRequest("VIEWER_FRIENDS",opt),
"viewerFriends");
Pagination also works, for example, var opt = {"max": 50, "first" :
20};
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---