This repository has been archived by the owner on Aug 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 349
Logout
Roman Kushnarenko edited this page Jun 20, 2015
·
2 revisions
Initialize callback listener:
// logout listener
OnLogoutListener onLogoutListener = new OnLogoutListener() {
@Override
public void onLogout() {
Log.i(TAG, "You are logged out");
}
};
Logout:
mSimpleFacebook.logout(onLogoutListener);
-
Setup
-
Login/Logout 🔻
-
Publish
-
Requests/Invite
-
Get
-
Additional options
-
Samples