I want to do something when who has removed my application from his page.
At that time, is there an API event that can catch it?
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.
There ‘s the deauthorization callback. If you set the deauthorization callback on your application settings page, everytime a user remove your application, FB will post to your callback URL with that user Facebook ID. You can refer about it here, Application De-authorization part.