Unable to access LinkedIn conections using python rauth library

Posted by srinath sastry on Stack Overflow See other posts from Stack Overflow or by srinath sastry
Published on 2012-11-08T09:38:19Z Indexed on 2012/11/15 17:00 UTC
Read the original article Hit count: 238

Filed under:
|
|
|

I was trying out this example at https://github.com/litl/rauth/blob/master/examples/linkedin-web.py

I get a 403, Access to connections denied error and it returns KeyError: '_total'.

r_network option is present. Has anyone faced this issue?

Also if you look at http://docs.python-requests.org/en/latest/user/quickstart/#oauth-authentication, the 'requests' library is initializing resource_owner_key, resource_owner_secret apart from the application keys. Not sure how these are getting passed from the 'rauth' library, Was wondering if that was causing this 403 error.

© Stack Overflow or respective owner

Related posts about api

Related posts about oauth