Re: Help Me With omab/django-socialauth

2012-02-05 Thread coded kid
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

Re: Help Me With omab/django-socialauth

2012-02-05 Thread Matías Aguirre
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.

Re: Help Me With omab/django-socialauth

2012-02-04 Thread coded kid
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

Re: Help Me With omab/django-socialauth

2012-02-04 Thread Matías Aguirre
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

Re: Help Me With omab/django-socialauth

2012-02-04 Thread coded kid
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

Re: Help Me With omab/django-socialauth

2012-02-03 Thread Matías Aguirre
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

Re: Help Me With omab/django-socialauth

2012-02-03 Thread coded kid
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

Re: Help Me With omab/django-socialauth

2012-02-03 Thread Kevin
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

Re: Help Me With omab/django-socialauth

2012-02-03 Thread coded kid
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

Re: Help Me With omab/django-socialauth

2012-02-02 Thread Thorsten Sanders
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

Re: Help Me With omab/django-socialauth

2012-02-02 Thread coded kid
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

Re: Help Me With omab/django-socialauth

2012-02-01 Thread Thorsten Sanders
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

Help Me With omab/django-socialauth

2012-02-01 Thread coded kid
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 homepage, it couldn’t redirect me to where I will enter my twitter username and password. Below are my settings. In settings.py INSTALLED_A