强制注销 facebook oauth
我正在使用 https://graph.facebook.com/oauth/authorize?client_id当用户登录并接受应用程序时,它会进入下一页,然后最终使用他的访问令牌将他注销。
我的问题是当用户登录并拒绝该应用程序时。如果访问令牌从未返回,您如何将他注销?
我已经尝试过 javascript 但没有成功。
谢谢。
I'm using https://graph.facebook.com/oauth/authorize?client_id and when the user logs in and accepts the app it goes on to the next page and then finally logs him out using his access token.
My problem is when the user signs in and denies the app. How do you log him out if the access token was never returned?
I've tried the javascript but no luck with that.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当用户不允许您注销时,您不能强迫他们注销。
You can't force user to logout when they didn't allow you to do so.
Facebook 会将任何拒绝该应用程序的用户重定向回您的登录 URL,并指定错误:
http://developers.facebook.com/docs/authentication
Facebook will redirect any user denying the app back to your login url with an error specified:
http://developers.facebook.com/docs/authentication