Re: [orkut-developer] How to find friends of friends?

2010-10-08 Thread Allann Jones
Using 3-legged... You can get the list of your friends, for example. With the ID of each friend of the list you can get the list of friends of these friends, ... You can get the friends listing using: { 'method' : 'people.get', 'params': { 'userId':['USERID'], 'groupId' : '@friends' } } Where:

Re: [orkut-developer] How to find friends of friends?

2010-10-07 Thread Robson Dantas
Opensocial specification supports this feature - it's called NETWORK_DISTANCE, but depends if the container implements it. Orkut doesnt implement; it's a really expensive query. See this thread, posted by Chris Chabot

Re: [orkut-developer] How to find friends of friends?

2010-10-07 Thread Igo Amauri
Thank you Robson, So if i want to build a application that do this i will need to work with another container? Because currently i'm using Orkut. Do you know another container that suport NETWORK_DISTANCE? On Thu, Oct 7, 2010 at 5:19 PM, Robson Dantas biu.dan...@gmail.com wrote: Opensocial

Re: [orkut-developer] How to find friends of friends?

2010-10-07 Thread Robson Dantas
If I recall correctly, Myspace allows. On Facebook you can check if 2 ids are friends, but can't get FoF (and it doesn't run opensocial, though). Regards Robson Dantas 2010/10/7, Igo Amauri igoama...@gmail.com: Thank you Robson, So if i want to build a application that do this i will need

[orkut-developer] How to find friends of friends?

2010-10-06 Thread Igo Amauri
Hi, I want to build an application that access data from friends of my friends, can i? For example, I have a application installed in my profile and someone is my friend, so i access data from the friends of this person that aren't my friends. -- Igo Amaurí dos Santos Luz 9º semestre -