Okay, will try it. Thanks man!
Matías Aguirre wrote:
> I was just talking about the hyphen in the app name.
>
> Now you need a view on that URL, try a view that renders a template similar to
> this one
> https://github.com/omab/django-social-auth/blob/master/example/templates/error.html
> that sh
I was just talking about the hyphen in the app name.
Now you need a view on that URL, try a view that renders a template similar to
this one
https://github.com/omab/django-social-auth/blob/master/example/templates/error.html
that should show the error you have, possible an app misconfiguration.
What hypen are you talking about? I've set all the three logins again.
And after trying it, I was redirected to '/login-error/' Any
suggestion? Thanks.
On Feb 4, 2:55 pm, Matías Aguirre wrote:
> Don't use /login/twitter/ as your LOGIN_URL, the reason behind LOGIN_URL is to
> provide a user with a
Don't use /login/twitter/ as your LOGIN_URL, the reason behind LOGIN_URL is to
provide a user with a page where it can trigger the login process using a login
form on links in the case of django-social-auth.
But if you define its value to /login/twitter/ that will trigger the login
process automat
I've added it, yet no success! I changed my LOGIN_URL to '/login/
twitter/' I'm getting "redirect loop" it means it can't redirect to
the url properly! any help with that?
On Feb 3, 4:14 pm, Matías Aguirre wrote:
> Django-social-auth (note the hyphen ;)) uses LOGIN_URL as the URL to redirect
> in
Django-social-auth (note the hyphen ;)) uses LOGIN_URL as the URL to redirect
in case of errors if LOGIN_ERROR_URL is not defined, you might be getting an
error and being redirected to your LOGIN_URL and as your value is
/login/twitter/ you are restarting the process again.
Another possible flaw i
Yes, I've tried it. What's the main url you guys put in your
LOGIN_URL? Because mine is '/login/twitter/' thats where the problem
is.
On Feb 3, 10:46 am, Kevin wrote:
> Did you take a look at the example project?
>
> https://github.com/omab/django-social-auth/tree/master/example
>
> Compare it wi
Did you take a look at the example project?
https://github.com/omab/django-social-auth/tree/master/example
Compare it with your own project, or even use this example project as
a base for your own project.
If all your urls.py contains is "url(r'',
include('social_auth.urls')), " and no other def
Just keep getting redirect error. My Api keys are correct. Do you use
the same LOGIN URL with the one above? Whats the main login url to
twitter auth form?
On Feb 2, 5:23 pm, Thorsten Sanders wrote:
> I took your config and its working fine, maybe your twitter api key is
> wrong?
>
> On 02.02.201
I took your config and its working fine, maybe your twitter api key is
wrong?
On 02.02.2012 11:22, coded kid wrote:
I'm getting a redirect loop error. Whats the probs?
On Feb 1, 1:22 pm, Thorsten Sanders wrote:
Some sort of error traceback/description would be helpful, from a quick
look it s
I'm getting a redirect loop error. Whats the probs?
On Feb 1, 1:22 pm, Thorsten Sanders wrote:
> Some sort of error traceback/description would be helpful, from a quick
> look it seems all right.
>
> On 01.02.2012 13:23, coded kid wrote:
>
>
>
> > Hey guys, I'm facing a huge problem with omab/dj
Some sort of error traceback/description would be helpful, from a quick
look it seems all right.
On 01.02.2012 13:23, coded kid wrote:
Hey guys, I'm facing a huge problem with omab/django/socialauth.
After setting all the necessary settings, I clicked on the “Enter
using Twitter” link on my h
12 matches
Mail list logo