Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am creating an app, which uses facebook authorization. I am using the fbgraph api, suggested on the facebook api pages. However, I am currently unable to figure out a way to end the session for facebook using the api.

share|improve this question
1  
FB.logout()- Log the user out of your site and Facebook ! developers.facebook.com/docs/reference/javascript/FB.logout – thomasbabuj Jan 7 at 5:10
thanks. I was using the wrong third-party library for facebook. node.js extensions for facebook aren't that well documented, and lead to only more confusion. Using the Javascript the older way is a much better option. Thanks. – Darshan Pandit Jan 11 at 18:49

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.