Issue
I am using PHP SDK. H can application owner can remove a specific user who has installed the facebook page tab application in their page.
Thanks in advance
Solution
See the "Deleting" section of Permissions documentation.
If a user wishes to delete the app you just have to make the API call-
\DELETE /me/permissions
If you (as an owner) wants to remove the app, you can use the App access token with the call-
\DELETE /{user-id}/permissions?access_token={APP-ACCESS-TOKEN}
Answered By - Sahil Mittal
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.