When building your app with the JavaScript APIs you can get the
friends who have the app installed information using the 'HAS_APP'
filter in your IdSpec params:

function request() {
  var params = {
      "max"           : 100,
      "filter"        : "hasApp"
  };

  var idspec = opensocial.newIdSpec({
      "userId"        : "OWNER",
      "groupId"       : "FRIENDS"
  });

  var req = opensocial.newDataRequest();
  req.add(req.newFetchPeopleRequest(idspec, params), "req");
  req.send(response);
};



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to