I want to get the list of users who have connected to the app. Is there a way to do it using FQL
or Graph API?
相关问题
- facebook error invalid key hash for some devices
- LoginActivty with Firebase & Facebook authenticati
- facebook “could not retrieve data from URL”
- JDK 11. javax.net.ssl.SSLPeerUnverifiedException:
- setRequestHeader Content-Type causes POST request
相关文章
- Facebook login for group members
- The method FB.api will stop working when called fr
- React native deep linking vs Facebook SDK conflct
- UIActivity with no settings for Facebook
- facebook send API Error Code: 100 API Error Descri
- How to fix 'Facebook has detected MyApp isn
- Can't use Facebook Account Kit: Error inflatin
- Facebook API error subcode 33
I used this and works fine. This will get you a lists of your friends who have approved the app, not all the users
This works for me, here is an AS3 example:
With FQL, just do :
This is self explanatory.
AFAIK, its not possible via GRAPH API