Ionic native Facebook logout

Hi all,

I’ve a problem with ionic @ionic-native/facebook logout() function.

The workflow below:

  1. User press LOGOUT button
  2. App call logout() function
  3. logout() function remove the facebook response and set user to null
  4. App redirect user to login
  5. 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.

1 Like