获取“验证访问令牌时出错”使用 Facebook SDK 时出错
在我的手机上运行我自己的应用程序几天后,当我从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这意味着您的令牌已过期。为了避免这个问题,您可以请求“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.