Open imhassan opened 9 years ago
@imhassan I have the same issues. Do you have any luck in resolving this?
No it gives 'connected' status, I managed it locally to clear my own local-storage and sent back to login screen.
Thank you for the quick response. I am not sure where the facebook login accessToken stored, inside localStorage or sessionStorage? Did you use localStorage.clear() to enforce the facebook login prompt again after logut?
No there is not any specific accessToken stored in localstorage.
On android device "facebookConnectPlugin.getLoginStatus()" always give "connected" status after logging first time. It is not completely logging out fb user. I also called "facebookConnectPlugin.logout()" when user clicks on "logout" button and this is returning "OK" in success response. But I wonder When user click again on "login" it does not ask for email/password and logged-in previous user.