I am using an app on facebook, I want to find out list which includes only friends who installed same app in there facebook rather than the whole friend list. I am using graph api call
相关问题
- facebook “could not retrieve data from URL”
- JDK 11. javax.net.ssl.SSLPeerUnverifiedException:
- To Get the Access Token for facebook api
- Access paging in iOS - previous and next : retriev
- I am getting an error when deleting the scheduled
相关文章
- Facebook login for group members
- The method FB.api will stop working when called fr
- How to fix 'Facebook has detected MyApp isn
- Extract poll results from Facebook Graph API
- AS3 API: Deleting App Invites
- Post a photo to a page for iOS
- Facebook Graph API pagination is not giving the ex
- Centered dialog on Facebook canvas app
Making a Graph API call to:
This will give you the entire list of friends for the current user, however, it will include an additional field called
installed
. If this is set to true, it means the friend has installed the app. You'll have to go through the list and filter out anyone who has"installed": true
Alternatively, you can use the following FQL query: