获取“验证访问令牌时出错”使用 Facebook SDK 时出错

发布于 2024-10-18 20:51:06 字数 179 浏览 1 评论 0原文

在我的手机上运行我自己的应用程序几天后,当我从 Facebook 请求朋友列表时,我开始收到此错误:“验证访问令牌时出错”

我正在使用 Facebook SDK,并关闭单点登录(仅使用 WebView登录 )。

当我注销然后重新登录时 - 一切都恢复正常。

对于这个错误我们该怎么办?它从何而来?

After a few days of having my own app run on my phone I start getting this error when requseting a friend list from Facebook: "error validating access token"

I'm using the Facebook SDK with the single signon turned off ( just using the WebView login ).

When I logoff and then log back in - everything is fine again.

What does one do about this error and where does it come from?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

撧情箌佬 2024-10-25 20:51:06

这意味着您的令牌已过期。为了避免这个问题,您可以请求“offline_access”权限,这样您就有一个永不过期的令牌。

It means that your token has expire. To avoid that problem you can ask for the permission "offline_access" so that you have a token that never expire.

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