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
Hello I was following this guide, ran the oauth2_authentication and got
http://localhost:8000/?code=xxxxxx&state=yyyy
I then passed this token into oauth2_code2accesstoken under the authorization code.
Howver, i got an error
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://www.linkedin.com/uas/oauth2/accessToken
Whats wrong
The text was updated successfully, but these errors were encountered:
Got the same here, couldn't hack it, I'll follow the issue, and also I'll post what steps I'm doing to get the same error
Could you retrieve the generated code from the request?
Sorry, something went wrong.
No branches or pull requests
Hello I was following this guide, ran the oauth2_authentication and got
http://localhost:8000/?code=xxxxxx&state=yyyy
I then passed this token into oauth2_code2accesstoken under the authorization code.
Howver, i got an error
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://www.linkedin.com/uas/oauth2/accessToken
Whats wrong
The text was updated successfully, but these errors were encountered: