ozgur / python-linkedin

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

Given Credentials Error #98

Open Dean-Christian-Armada opened 8 years ago

Dean-Christian-Armada commented 8 years ago

Given credentials for debugging purposes not working:

API_KEY = 'wFNJekVpDCJtRPFX812pQsJee-gt0zO4X5XmG6wcfSOSlLocxodAXNMbl0_hw3Vl' API_SECRET = 'daJDa6_8UcnGMw1yuq9TjoO_PMKukXMo8vEMo7Qv5J-G3SPgrAV0FqFCd0TNjQyG' RETURN_URL = 'http://localhost:8000'

Returns 'https://www.linkedin.com/uas/oauth2/authorization?scope=r_basicprofile%20rw_nus%20r_network%20r_contactinfo%20w_messages%20rw_groups%20r_emailaddress%20r_fullprofile&state=f5fc3bc5a2dc69f01fff378b7c02bfef&redirect_uri=http%3A//localhost%3A8000&response_type=code&client_id=wFNJekVpDCJtRPFX812pQsJee-gt0zO4X5XmG6wcfSOSlLocxodAXNMbl0_hw3Vl'

And when clicked message 'invalid redirect_uri. This value must match a URL registered with the API Key.' is shown.

I am using python 2.7.9

jeffignacio commented 8 years ago

Check your permissions in your LinkedIn developers setting page. I suspect you need to do the following:

Remove

Add in

- %20w_share

hydrosquall commented 8 years ago

Running into same issue - wonder if it's related to Linkedin's gradual deprecation of their v1 API

empireshades commented 8 years ago

Same issue here. Is this a lost cause?

hydrosquall commented 8 years ago

I think the API integration is dead.

https://techcrunch.com/2015/02/12/linkedin-battens-down-the-hatches-on-api-use-limiting-full-access-to-partners/

NumberChiffre commented 7 years ago

are there any updates on this issue? I am having the same problem.