[orkut-developer] Re: problem accessing Friends list using Personid

2008-09-15 Thread Jason
Yes, this would be quality as social, and there are similar applications in the directory already. Even though you don't have access to the entire friends-of-friends, you could certainly build an app that lets users rate and sort their own friends if they install your app. - Jason On Sep 12,

[orkut-developer] Re: problem accessing Friends list using Personid

2008-09-12 Thread sushant
The app i was trying to create called Popularity Check would list down owners friends with sorting and paging capability on data- points count of friends, coolness rating , sexy rating, etc. Seems like none of these is possible right now. What i am trying to do , does that qualify as

[orkut-developer] Re: problem accessing Friends list using Personid

2008-09-10 Thread Jason
No, you can only get the list of friends for the application owner (OWNER) or the current user (VIEWER) and only if the current user has the application installed. You cannot get the friends of an arbitrary user at this time, so counting the number of friends of each friend in your friend list

[orkut-developer] Re: problem accessing Friends list using Personid

2008-09-09 Thread sushant
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

[orkut-developer] Re: problem accessing Friends list using Personid

2008-09-09 Thread Ramanpreet Singh
Ah yes Sushant, you are right. But, i havent ever used it this way myself. So, can't say what d issue is. Anyone? sushant wrote: 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

[orkut-developer] Re: problem accessing Friends list using Personid

2008-09-08 Thread Ramanpreet Singh
Hi Sushant No buddy, you can't access the friend list through a person's ID. With Opensocial API 0.7 (current version orkut is running), you can only get OWNER_FRIENDS or VIEWER_FRIENDS. Check this http://code.google.com/apis/opensocial/docs/0.7/devguide.html#ListFriends_Complete . sushant