I want to get all users who authorize an application.
And same things for users who remove an application’s authorizations.
I have check in Graph API and FQL and don’t found that.
Thanks !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to save user details in your own database to have a list of installed users. In order to track users who unauthorized your app you’ll have to implement a
Deauthorize Callback. The settings for that callback can be found in the advanced tab of your application settings. You can find more information on this at this url :https://developers.facebook.com/docs/authentication/
Scroll down to “App Deauthorization”.