Search code examples
facebookfacebook-graph-apifacebook-permissions

How to revoke a permanent Facebook 'page' token with API v2.2?


I've created an application that only stores Facebook Page tokens. My application publishes content to pages.

I'm migrating from v1.0 to v2.2. I used to revoke Page tokens by calling a DELETE on /me/permissions. But now the API returns:

Unsupported delete request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api

How can I delete a page token with the new v2.2 Graph API?


Solution

  • Page tokens are not revocable. Only user tokens are revocable.