Skip to content
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

Dropbox OAuth2 backend not found #223

Closed
jackismissing opened this issue Mar 21, 2014 · 2 comments
Closed

Dropbox OAuth2 backend not found #223

jackismissing opened this issue Mar 21, 2014 · 2 comments

Comments

@jackismissing
Copy link

Hello,

First of all, good job on this very useful library !

Unfortunately I experience a problem:
When I try to connect to the backend for Dropbox OAuth2, I get a 404: Backend not found when going to /login/dropbox.
I used the same settings as specified here: http://psa.matiasaguirre.net/docs/backends/dropbox.html

Somehow I manage to make it work my setting name='dropbox' in the dropbox.DropboxOAuth2 class and settings the token parameters as the original ones (i.e. SOCIAL_AUTH_DROPBOX_KEY = '' and SOCIAL_AUTH_DROPBOX_SECRET = '') in the settings.

Seems like a bug to me, or maybe am I doing something wrong or missing some steps.

Cheers !

@omab
Copy link
Owner

omab commented Mar 21, 2014

Dropbox OAuth2 URL should be /login/dropbox-oauth2 since /login/dropbox is for OAuth1

@omab omab closed this as completed Mar 23, 2014
@jackismissing
Copy link
Author

That was it, thanks a lot !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants