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.