I’m developing a facebook app.
The tab removes correctly, but is there a way to remove the application itself from page?
I supposed that the necessary info might be retrieved from the page settings and tried to get it using Graph API:
https://graph.facebook.com/%MY_PAGE_ID%/settings/?access_token=%VALID_TOKEN%
but it returns error: “(#210) Subject must be a page.”
I’ve also tried to play with https://www.facebook.com/ajax/edit_app_settings.php
but it requires some unique variables which are generated by the facebook server and not available for the third side.
Removing of application from Pages is not currently possible using Graph API (deprecated REST API missed this option too).
You only can remove
tab(what you already do) from page. Oncetabremoved application will be available only on page settings and all links totabof that application will point to page wall/landing tab.