You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This removes the permissions, but when trying to login again the user seems already logged in the inappbrowser and only have to confirm the permissions.
The text was updated successfully, but these errors were encountered:
Hello,
I successfully implemented the Facebook login in my app.
Its working great, but I'm facing a problem with the logout.
There's no method to logout.
How can I logout or revoke an access token?
I tried to make a request to this endpoint:
https://graph.facebook.com/v2.7/{userID}/permissions?method=delete&access_token={acessToken}
This removes the permissions, but when trying to login again the user seems already logged in the inappbrowser and only have to confirm the permissions.
The text was updated successfully, but these errors were encountered: