ozgur / python-linkedin

Python interface to the LinkedIn API
http://ozgur.github.com/python-linkedin/
MIT License
889 stars 394 forks source link

authorisation code assertion #91

Open yiakwy opened 8 years ago

yiakwy commented 8 years ago

In your code , you request:

authorization code

response_type The value of this field should always be: code Yes client_id The "API Key" value generated when you registered your application. Yes redirect_uri
state scope

But after checked the api doc, I found that most of them has been disabled for default api users. I have commented while fixed few errors for migrating form py2 to py3k, and it works