python-linkedin icon indicating copy to clipboard operation
python-linkedin copied to clipboard

Client ID and Client Secret

Open NinshuBird opened this issue 10 years ago • 0 comments

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

NinshuBird avatar Sep 07 '15 08:09 NinshuBird