I'm trying to run the example code from rauth
's repo on github https://github.com/litl/rauth/blob/master/examples/linkedin-updates.py to connect to the LinkedIn API but I keep getting HTTP 400 errors.
The specific line in question is linkedin.get_request_token()
.
The example uses HTTP GET
but the LinkedIn documentation uses HTTP POST
.
If anyone can help me use rauth
or requests
to connect to LinkedIn, that would be awesome