decioferreira / omniauth-linkedin-oauth2

A LinkedIn OAuth2 strategy for OmniAuth.
MIT License
117 stars 147 forks source link

update :token_method option to use GET (temporary workaround) #12

Closed heythisisnate closed 10 years ago

heythisisnate commented 10 years ago

LinkedIn is having problems interpreting POST requests with parameters in the POST body. This workaround gets around the problem by using the GET method to request Access Tokens until LinkedIn can fix the problem. See: http://developer.linkedin.com/comment/29010#comment-29010