Unable to access LinkedIn conections using python rauth library
- by srinath sastry
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.