I need to get Deauthorize Callback URL using FB App Id and Secret. Is it possible? I’ve looked at FQL, but didn’t find anything. Basically, I want to disable script if Deauthorization Callback is not set.
I need to get Deauthorize Callback URL using FB App Id and Secret. Is
Share
This is now possible using the Application endpoint in the Open Graph API. The field you are looking for is
deauth_callback_url. The Application endpoint was announced in December, 2011.