I have a SettingsActivity where there are several options including finding Facebook friends and logging out. So when a user chooses to find her Facebook friend
SettingsActivity
Do like this
try { Session.getActiveSession().closeAndClearTokenInformation(); } catch (Throwable e) { e.printStackTrace(); }