Re: looking for a good tutorial for creating user with fb,tw,google login

2014-07-21 Thread Luca Corti
Il 2014-07-20 20:53 Bussiere ha scritto: there is no twitter in django-allauth. Twitter is there. https://github.com/pennersr/django-allauth/tree/master/allauth/socialaccount/providers/twitter ciao Luca -- You received this message because you are subscribed to the Google Groups "Django us

Re: looking for a good tutorial for creating user with fb,tw,google login

2014-07-20 Thread Bussiere
there is no twitter in django-allauth. Do you have any tutorial so how to create a user in database with python-social-auth and django and get info from tw,fb, google ? I will go back on this project tonight and will post code if i still cannot make progress. Regards Bussiere Le dimanche 20

Re: looking for a good tutorial for creating user with fb,tw,google login

2014-07-19 Thread Muhammad M
Bussiere, I have used python-social-auth in one of my projects and it works great. If you are developing a Python-based web app (irrespective of what framework you are using - Django, Flask, etc.), it's the best OAuth package out there, at least in my opinion. It's hard to guess what may be the

Re: looking for a good tutorial for creating user with fb,tw,google login

2014-07-19 Thread Frankline
Have you tried django-allauth? http://django-allauth.readthedocs.org/en/latest/ On Sun, Jul 20, 2014 at 6:25 AM, Bussiere wrote: > I am looking for a good tutorial on how to log user with fb,tw, google and > record them in db. > > I've tried python-social-auth and this tutorial but it's a pain

looking for a good tutorial for creating user with fb,tw,google login

2014-07-19 Thread Bussiere
I am looking for a good tutorial on how to log user with fb,tw, google and record them in db. I've tried python-social-auth and this tutorial but it's a pain and it's not recording user https://www.artandlogic.com/blog/2014/04/tutorial-adding-facebooktwittergoogle-authentication-to-a-django-appl