Is there a way to detect if Facebook deletes your application using their API?
Share
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.
After a lot of thinking and talking I remained with my first attempt. It is simply to use CURL to parse any page that links to your app and check if Facebook gives an error.
I prefer using
http://www.facebook.com/connect/uiserver.php?app_id=APP_IDsince instead of curve url, we can use APP ID. Now all you need to do is to check if the loaded page contains string ‘error’ or some more precise matching.