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 problem since you didn't provide any specific code. But check these sections of the PSA documentation to see if or where you may have missed out on some subtle details: 1: PSA General Configuration http://psa.matiasaguirre.net/docs/configuration/settings.html 2: PSA Configuration for Django http://psa.matiasaguirre.net/docs/configuration/django.html 3. Review the tutorial from artandlogic.com you referenced above. Also, pay careful attention to whether you have properly configured the AUTHENTICATION_BACKENDS setting (as instructed in #1 and #2 above.) And, in case all these fail, your sharing some code might help more experienced Djangonauts and Pythonistas point out the sneaky culprits. All the best. :) Sincerely, Muhammad On Jul 19, 2014 11:25 PM, "Bussiere" <[email protected]> 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 and it's > not recording user > > https://www.artandlogic.com/blog/2014/04/tutorial-adding-facebooktwittergoogle-authentication-to-a-django-application/ > > i'am near nervous brekdown and it's a pain in the ash. > > Regards > Bussiere > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/2769cb04-3bcc-4129-a695-65e7704fa9e4%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/2769cb04-3bcc-4129-a695-65e7704fa9e4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJOFuZw6Cn1NbccUymZJsR7zViytMmbBCzMpsnmvxDrOYvJTVg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

