I want to implement Facebook connect login for my Django site and I\'ve checked the already existing apps.
So far, I have found Django-Socialauth, django-socialregistrat
Hi Take a look at fbconnect app that we (actually, Hernani, a guy on our team) put together for osqa (a clone of CNPROG).
You will have to, probably, tinker a bit to adapt that to your needs. It does work with @login_required
decorator and the standard django.contrib.auth
system, but we do not use django-registration
.
Our app also works with openid and password login, but the openid part is tightly coupled with the Q&A component at present.
We may separate it though some time in the future, if anyone might be interested in "anything-signin" django pluggable app or has something better already - pls let us know.