PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, March 2, 2022

[FIXED] remove facebook application from page via php sdk

 March 02, 2022     facebook, facebook-graph-api, facebook-php-sdk, php, sdk     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing