-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Xing backend broken #871
Comments
Note: I fixed this locally for my project – all that is required is to generate the |
@Chronial - if you fixed it locally you should submit a pull request with that fix. |
@Andygmb In general I agree, but I think this change is more about architecture. My local fix feels to dirty for the actual library, as it only fixes Xing. I think this should be fixed for every Oauth provider. |
Fixed by python-social-auth/social-core@b78159c. |
It breaks here:
python-social-auth/social/backends/xing.py
Line 35 in b07708e
Xing doesn't like that we transmit the oauth parameters
oauth_callback
andoauth_verifier
in the request (set here:python-social-auth/social/backends/oauth.py
Line 289 in b07708e
400
.The text was updated successfully, but these errors were encountered: