SyntaxFix
Write A Post
Hire A Developer
Questions
A note for Christoph's answer: Facebook Oauth Logout The logout function requires a callback function to be specified and will fail without it, at least on Firefox. Chrome works without the callback.
FB.logout(function(response) {});