You have to specify the page size (default 20 I guess) and if your total
friends are more than the page size, make multiple requests setting the
"FIRST" parameter for each request.


On Sun, May 18, 2008 at 1:59 PM, rzs <[EMAIL PROTECTED]> wrote:

>
> Hello,
>
> Im new to Orkut app development . Below is the line of code I use to
> enumerate my friends.
>
> viewerFriends.each(function(person) {html.push("<li> <img src = \" " +
> person.getField(opensocial.Person.Field.THUMBNAIL_URL) + " \"> </
> li>");});
>
>
> However only 20 items are returned everytime even though ive got 100's
> of friends in my friend list . Whats the reason behind this ? . I know
> that earlier we could access only the data of those friends who have
> been white-listed for using the sandbox . Has this got something to do
> with the number of results I get now ?
>
> Thanks.
> >
>


-- 
Ibrahim Okuyucu
www.rockyou.com
AIM: wer0cky0u

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

Reply via email to