Search code examples
phpfacebookfacebook-graph-apioauth

How to logout using OAuth2 Facebook client flow?


How to logout from facebook app using oauth2 client flow?

I failed to find any way to do it in official docs: http://developers.facebook.com/docs/authentication/


Solution

  • It seems that you don't really need to logout, because webview which is used for client flow, doesn't store logged in user.