The Graph API makes it easy for me to determine who the friends of the current user are. I have two questions:
- Is it possible, using the Graph API, to determine the list of users for the currently authenticated application?
- Is it possible to determine the friends of the current user who are also users of my application (the intersection of my app’s users and the current user’s friends)? Is this possible using FQL?
There’s a rest method called
friends.getAppUsersfor this. Or you could use FQL: