如何使用oauth2客户端流程从facebook应用程序注销?
我在官方文档中找不到任何方法: http : //developers.facebook.com/docs/authentication/
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/
最满意答案
您可以通过调用FB.logout来使用Javascript SDK执行此操作。 请参阅https://developers.facebook.com/docs/reference/javascript/FB.logout/
但是,如果不使用官方SDK,我不知道如何做到这一点。
It seems that you don't really need to logout, because webview which is used for client flow, doesn't store logged in user.
如何使用OAuth2 Facebook客户端流程注销?(How to logout using OAuth2 Facebook client flow?)如何使用oauth2客户端流程从facebook应用程序注销?
我在官方文档中找不到任何方法: http : //developers.facebook.com/docs/authentication/
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/
最满意答案
您可以通过调用FB.logout来使用Javascript SDK执行此操作。 请参阅https://developers.facebook.com/docs/reference/javascript/FB.logout/
但是,如果不使用官方SDK,我不知道如何做到这一点。
It seems that you don't really need to logout, because webview which is used for client flow, doesn't store logged in user.
发布评论