[orkut-developer] Re: show your friends with the application

2010-03-24 Thread Prashant (Google)
Hi Wesley, Didn't quite understand what you're trying to do. But if you mean you want to display all the users that are using your app to everyone who has your app installed, I'm not sure that's not possible, because that will be a violation of privacy. What you can do is to display the list of

[orkut-developer] Re: show your friends with the application

2010-03-24 Thread Prashant (Google)
Please read that line as I'm not sure that's possible... On Mar 24, 7:40 pm, Prashant (Google) p...@google.com wrote: Hi Wesley, Didn't quite understand what you're trying to do. But if you mean you want to display all the users that are using your app to everyone who has your app installed,

Re: [orkut-developer] Re: show your friends with the application

2010-03-24 Thread Wesley Alves Oliveira
That's right, I want to show it to your friends list track, which has the added application, is how I make the call via the code. PHP?, have some example for me to see how it would 2010/3/24 Prashant (Google) p...@google.com Hi Wesley, Didn't quite understand what you're trying to do. But if

Re: [orkut-developer] Re: show your friends with the application

2010-03-24 Thread Robson Dantas
Wesley: Opensocial API will not allow you to list all people which have your app installed. You will able to list just your friends, who have your app installed. Example: var req = opensocial.newDataRequest(); var viewerFriends = opensocial.newIdSpec({ userId : VIEWER, groupId : FRIENDS }); var