Thanks Robson

On 23 Mar, 21:00, Robson Dantas <biu.dan...@gmail.com> wrote:
> Hello,
>
> Opensocial API will just allow you to get friends with your app installed.
> Using API you can´t get everybody, example:
>
> var req = opensocial.newDataRequest();
> var viewerFriends = opensocial.newIdSpec({ "userId" : "VIEWER", "groupId" :
> "FRIENDS" });
> var opt_params = {};
> opt_params[opensocial.DataRequest.PeopleRequestFields.FILTER ]
> = opensocial.DataRequest.FilterType.HAS_APP;
> req.add(req.newFetchPeopleRequest(viewerFriends, opt_params),
> 'viewerFriends');
>
> req.send(onLoadFriends);
>
> But, what you can do to accomplish what you´re looking for, is making a
> setup during the initialization of your app, persisting data to your server,
> and then you can grab everyone who´s using it.
>
> Just make sure to read orkut dev guideline to make sure what you can
> persist.
>
> http://code.google.com/apis/orkut/docs/orkutdevguidelines.html
>
> Regards,
>
> Robson Dantas
>
> 2010/3/18 pyrocks <kiranbe...@gmail.com>
>
>
>
> > HI good evening,
>
> > In my application i need  to get all orkut users who are having my app
> > to  my js file.
> > i checked  the opensocial api but i didnot get any related code
> > snippet.
>
> > is there anybody to help me please ......
>
> > thanks .
> > kiran
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenSocial Application Development" group.
> > To post to this group, send email to opensocial-...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > opensocial-api+unsubscr...@googlegroups.com<opensocial-api%2bunsubscr...@go­oglegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/opensocial-api?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en.

Reply via email to