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 !
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 !