ngx-cordova-oauth
ngx-cordova-oauth copied to clipboard
Logout facebook
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.