必须使用活动访问令牌来查询有关当前用户的信息 - OAuthException Spring Social
我正在
OAuth Exception
{
"error": {
"message": "An active access token must be used to query information about the current user.",
"type": "OAuthException"
}
}
使用 spring 社交 ProviderSignInController。由于控制器内部负责检索访问令牌,我不知道如何调试它。
I'm getting
OAuth Exception
{
"error": {
"message": "An active access token must be used to query information about the current user.",
"type": "OAuthException"
}
}
using spring social ProviderSignInController. As the controller internally takes care of retrieving the access token I'm not knowing how to debug this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从 Github 此处下载 spring-source 并在您的环境中构建以便进行调试。
You can download spring-source from Github here and build in your environment in order to debug.