Using LinkedIn API with Python
问题 I am trying to use LinkedIn API for getting user logged in to our system based on google app engine. I am using ozgur/python-linkedin library for implementing it. Now so far I am getting able to print authentication.authorization_url , and obtain the authentication.authorization_code . authentication = linkedin.LinkedInAuthentication(API_KEY, API_SECRET, RETURN_URL, linkedin.PERMISSIONS.enums.values()) print authentication.authorization_url # open this url on your browser application =