1

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.

Vrushali
  • 33
  • 5
  • 1
    Duplicate of [link](http://stackoverflow.com/questions/14328148/how-to-programmatically-log-out-from-facebook-sdk-3-0-without-using-facebook-log?rq=1)...already answer given for this question – shreyash mashru Oct 29 '15 at 07:14

1 Answers1

4

Call the following code whenever you want to logout programmatically.

LoginManager.getInstance().logOut();
DroidAks
  • 327
  • 2
  • 9