ozgur / python-linkedin

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

Client ID and Client Secret #87

Open NinshuBird opened 9 years ago

NinshuBird commented 9 years ago

according to this

authentication = linkedin.LinkedInDeveloperAuthentication(CONSUMER_KEY, CONSUMER_SECRET, USER_TOKEN, USER_SECRET, RETURN_URL, linkedin.PERMISSIONS.enums.values())

I need more information

but here: https://www.linkedin.com/developer/apps/

I can only get Client ID and Client Secret.

How and where do I find CONSUMER_KEY, CONSUMER_SECRET, USER_TOKEN, USER_SECRET, ?

Thanks a lot