You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public static void clearAllSharedPrefs(SharedPreferences sharedPreferences) {
sharedPreferences.edit().clear().commit();
// in this case we want to do it fast, on the UI thread, this why we do not use .apply, but .commit
}
When I logout a user on facebook they are automatically logged in every time in facebook afterwards, never prompted again.
adapter.getCurrentProvider().logout(); <--doesn't work
The text was updated successfully, but these errors were encountered: