检查Ouath令牌是否无效
有没有办法用令牌向 Facebook 和 Twitter 发送请求,看看它是否已失效。我知道如果我在 Facebook 上更改密码,我的令牌就会失效,因此如果我的应用程序的用户执行此操作,我希望将其显示为非活动状态,并提示他们重新验证其帐户以继续使用它。
Is there a way to send a request to Facebook and Twitter with a token to see if it has been invalidated. I know if I change my password on facebook I invalidate my tokens so if a user of my app does this I would like to display that as inactive and prompt them to re-auth their account to continue using it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需针对 https://graph.facebook.com/me 使用令牌即可。如果过期了,它会告诉你。
Just use the token against https://graph.facebook.com/me. If it has expired, it'll tell you.