Given Credentials Error
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
Check your permissions in your LinkedIn developers setting page. I suspect you need to do the following:
Remove
- %20rw_nus
- %20r_contactinfo
- %20rw_groups
- %20r_fullprofile
- %20r_network
Add in
- %20rw_company_admin
- %20w_share
Running into same issue - wonder if it's related to Linkedin's gradual deprecation of their v1 API
Same issue here. Is this a lost cause?
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/
are there any updates on this issue? I am having the same problem.