I saw this links. As per specs of open-social 0.7 i should be able to pass Id or array of Ids to get Friends list. I am not sure if this is a bug or per design.
Basically i want to count the number of friends each of my friends have. Is there anyway i can do that ? - sushant - On Sep 9, 12:57 am, Ramanpreet Singh <[EMAIL PROTECTED]> wrote: > Hi Sushant > > No buddy, you can't access the friendlistthrough a person's ID. > With Opensocial API 0.7 (current version orkut is running), you can only > get OWNER_FRIENDS or VIEWER_FRIENDS. > Check > thishttp://code.google.com/apis/opensocial/docs/0.7/devguide.html#ListFri... > . > > sushant wrote: > > I am trying to accessFriendslistusingperson Id > > > var req = opensocial.newDataRequest(); > > req.add(req.newFetchPeopleRequest(psersonId), 'key'); > > > but keep getting error. My questions. > > > - Is it necessary to have the app installed , if i want to get > > the count offriendsfor one of myfriends. > > > - Can i access the coolness and sexy rating of any of my > >friends. ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

