marig345 / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

Issue with LinkedIn integration #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When sending a requestToken request the server responds with a 401 due to the 
oauth_token parameter being present in the headers. This parameter should not 
be present for this request according to the LinkedIn API: 
http://developer.linkedin.com/docs/DOC-1008#1_Establish_a_requestToken

Is there a known solution to this problem?

Original issue reported on code.google.com by r.weste...@gmail.com on 3 Nov 2010 at 11:55

GoogleCodeExporter commented 9 years ago
Can you post your code to access linkedin? It would help me to debug this. If 
possible, please send it under the MIT license so I could add it to the example 
directory too.

Original comment by brunobg%...@gtempaccount.com on 17 Nov 2010 at 5:21

GoogleCodeExporter commented 9 years ago
Fixed, see issue 83.

Original comment by brunobg%...@gtempaccount.com on 24 Nov 2010 at 2:24

GoogleCodeExporter commented 9 years ago
I fixed it myself in my copy of the code, but was unable to post the code due 
to a lack of time. Thnx for fixing it anyway.

Original comment by r.weste...@gmail.com on 24 Nov 2010 at 7:00