How to programmatically logout from facebook SDK 4.7 without using facebook logout button ? The previous asked question is for sdk 3.0 and i am asking for sdk 4.7. I am new to using facebook login in my android project.
Asked
Active
Viewed 2,260 times
1 Answers
4
Call the following code whenever you want to logout programmatically.
LoginManager.getInstance().logOut();
DroidAks
- 327
- 2
- 9