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