I'm trying to implemente a login and logout function using facebook following the documentation here https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow#checklogin the login works fine, but when I want to log out, I didn't find a way to manully make the access_token expired/deleted. I have tried Remove the application from a user using graph API but it doesn't work. Any suggestions?
Asked
Active
Viewed 981 times
0
-
Why doesn't deleting the token work? Do you get an exception? Also, what is your code for logging out? It is difficult to help you without any code to look at – Demitrian Nov 24 '16 at 20:37
-
Did you try clearing the Cookies using the CookieManager? – Pooja Gaonkar Nov 25 '16 at 10:00