ngx-cordova-oauth icon indicating copy to clipboard operation
ngx-cordova-oauth copied to clipboard

Logout facebook

Open napcat opened this issue 8 years ago • 0 comments

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.

napcat avatar Jun 07 '17 17:06 napcat