0

There are plenty of threads out there discussing "how can a user remove permission for an app". I would like to know the opposite: How can I remove a user who is connected to my app? The user pressed the facebook login-button before. And I have a "delete my account" function but some users who are not in the database anymore are still connected to my app. I would like to remove the connection! Thx.

tyler
  • 424
  • 4
  • 16

1 Answers1

3

You can“t, because it is completely up to the user.

You can only remove permissions with a User Token in your "delete my account" function, there is a lot of information about that in another thread: Removing Facebook application through API

...or specifically in this article in the FB docs: https://developers.facebook.com/docs/graph-api/reference/user/permissions/#Deleting

Community
  • 1
  • 1
andyrandy
  • 72,880
  • 8
  • 113
  • 130