linkedin
linkedin copied to clipboard
A Python Library to interface with LinkedIn API, OAuth and JSON responses
I'm trying to get the final_oauth_token and secret and in initiating the linkedin class the oauth_token_secret is defined as so: `oauth_token_secret=session['linkedin_session_keys']['oauth_token_secret'] ` I must be missing something or not understanding...
In Linkediin package: How to get this - oauth_token_secret = session['linkedin_session_keys']['oauth_token_secret']) ? from where do we get linkedin _session_keys ? Without this geting an error when obtaining final tokens Can...
This improves the error handling a bit, so errors can easier be introspected when they happen. This is to have better error handling for know cases, f.ex. expired tokens.