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
By far the most commonly used package for Facebook authentication in Django is Django Facebook:
https://github.com/tschellenbach/Django-facebook
It also gives you access to the facebook APIs using the included Open Facebook api client.