Facebook-Login-Xamarin-Forms
Facebook-Login-Xamarin-Forms copied to clipboard
Change User? or Logout?
Hi, thanks for your work.
but what will happen if i want to sign in with another user?? or i want to logout? how can this be done? thansks
LoginManager.Instance.LogOut();
LoginManager.Instance.LogOut(); doesn't work. Have to log out from Facebook app to use another user.
What plugin do you use?
I guess this might help https://www.c-sharpcorner.com/article/how-to-clear-webview-cookies-in-xamarin-forms-using-dependencyservice/