检查Ouath令牌是否无效

发布于 2024-12-25 03:48:08 字数 134 浏览 2 评论 0原文

有没有办法用令牌向 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

嗫嚅 2025-01-01 03:48:08

只需针对 https://graph.facebook.com/me 使用令牌即可。如果过期了,它会告诉你。

Just use the token against https://graph.facebook.com/me. If it has expired, it'll tell you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文