How to logout in facebook from another activity?
问题 I am using facebook SDK 4.4.0. i want to logout in facebook from another activity? How can I add logout functionality in another activity ? I want to go to another activity after successful login and add logout functionality in that activity loginButton.registerCallback(callbackManager, new FacebookCallback<LoginResult>() { @Override public void onSuccess(LoginResult loginResult) { new fblogin().execute(loginResult.getAccessToken()); } @Override public void onCancel() { } @Override public