-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot logout and login back as a different facebook user #25
Comments
Hello! Can you paste in pastebin your full code so I can take a look? Thanks! |
I post it here:http://pastebin.com/73nP3z6j |
Hi there, Try using a redirect url that is yours and not facebook's. A published domain that is yours and ideally that belongs to your application configuration inside facebook. |
Hi @pocahentez , any updates on this? |
Hi, @caiovaccaro. I tried the solution you suggested, but it didn't work. |
Hi @brunoinfocast , Can you paste in pastebin your full code so I can take a look? Also, let me know what is happening in your case. |
I'm working on an ios cordova application on which I have to login on facebook do some thing then logout. After loggin on facebook I tried to logout and then login with another account. But it always return the first logged in user information. It seems that that the logout doesn't clear the local storage but even when I clear the storage it still doesn't display the login facebook page for the second user and it returns the first logged in user informations.
Even the alert haven't been displayed with logout action.Do you have any idea how to resolve this problem?
The text was updated successfully, but these errors were encountered: