LinkedIn 验证中的 Oauth token_rejected - 间歇性

发布于 2024-11-05 19:08:38 字数 283 浏览 0 评论 0原文

我在使用 Oauth 和 LinkedIn 时遇到问题。大多数情况下,Oauth 验证会正常工作,但有时(例如十分之一或二十)LinkedIn 会返回 token_rejected。

到目前为止,我已经检查了时间戳,以确保服务器没有不同步(事实并非如此),并且我发送的访问令牌没有格式错误(尽管这应该始终给出错误)。

我有点不知道从这里该去哪里。我见过其他人遇到间歇性问题,但没有解决方案。有谁知道从哪里开始解决这个问题?

这是一个与 apache 一起工作的 django 应用程序,它具有任何相关性。

I'm having problems with Oauth and LinkedIn. Most of the time the verification with Oauth will work fine, but sometimes (something like 1 out of 10 or 20) LinkedIn will return token_rejected.

So far I have checked timestamps to make sure the server is not out of synch (it is not) and that the access-token I send is not malformed (although that should give an error all the time).

I am a bit lost as to where to go from here. I have seen others having intermittent problems with this but no solutions. Does anyone know where to start troubleshooting this?

This is a django app working with apache it that is of any relevance.

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

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

发布评论

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

评论(2

两相知 2024-11-12 19:08:38

更新:现在应该修复此问题。如果您仍然遇到问题,请告诉我们。感谢您的耐心等待。


我负责管理 LinkedIn 开发者网络。对此感到抱歉。我们修复了一个错误,但在此过程中引入了另一个错误。 :( 我们正在努力修复新的错误。补丁上线后我将发表另一条评论。

Update: This should now be fixed. Let us know if you still have the problem. Thanks for your patience.


I run the LinkedIn Developer Network. Sorry about this. We fixed a bug, but introduced another in the process. :( We're working to fix the new bug. I'll post another comment when the patch is live.

狠疯拽 2024-11-12 19:08:38

奇怪的是,几天前我也遇到了同样的问题。我网站的很多用户都遇到了这个问题几天,然后一切就都好了。

我要做的是检查 token_rejected 是否返回,如果是,请要求我网站的用户在一段时间后重试。

Curiously, I faced the same problem a few days ago. Many many users of my website hit the problem for a couple of days, and then all became fine.

What I am going to do is to check if token_rejected is returned, and if so, ask the user of my website to try again after some time.

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