We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python script on adding connection from linkedin. On following code:
from linkedin import linkedin API_KEY = 'wFNJekVpDCJtRPFX812pQsJee-gt0zO4X5XmG6wcfSOSlLocxodAXNMbl0_hw3Vl' API_SECRET = 'daJDa6_8UcnGMw1yuq9TsjoO_PMKukXMo8vEMo7Qv5J-G3SPgrAV0FqFCd0TNjQyG' RETURN_URL = 'https://localhost:8000' authentication = linkedin.LinkedInAuthentication(API_KEY, API_SECRET, RETURN_URL) #, linkedin.PERMISSIONS.enums.values()) print authentication.authorization_url # open this url on your browser application = linkedin.LinkedInApplication(authentication)
I get "The redirect_uri does not match the registered value" when logging to authentication.authorization_url
Can someone please help ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Python script on adding connection from linkedin.
On following code:
I get "The redirect_uri does not match the registered value" when logging to authentication.authorization_url
Can someone please help ?
The text was updated successfully, but these errors were encountered: