Hi all,
I’ve a problem with ionic @ionic-native/facebook logout() function.
The workflow below:
- User press LOGOUT button
- App call logout() function
- logout() function remove the facebook response and set user to null
- App redirect user to login
- User is automatically logged again ( facebook login dialog doesn’t appear like if user login is store somewhere )
Why facebook dialog doesn’t appear when user trying to access again? Have I to delete app’s cookies or storage? If yes which is it?
Thanks in advance.