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.

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

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.

link|improve this answer
We are experiencing the same issue. Please fix ASAP. Thanks/ – ZZ Coder May 12 '11 at 18:36
Nice, thank you. – Erik Honn May 13 '11 at 7:37
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.