Django Facebook Connect App Recommendation

前端 未结 6 1788
逝去的感伤
逝去的感伤 2021-01-30 21:39

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

6条回答
  •  一整个雨季
    2021-01-30 22:00

    I wanted to implement a basic "Login using Facebook" functionality in my Django app. I didn't want to show the user a form to fill or have her choose a password. I preferred to make it seamless.

    Based on my requirements, django_facebook_oauth was the best app for me. It simply allows the user to login using facebook, and gets the user info my Facebook app requests from her (based on my Facebook Auth Dialog). It creates a new user in Django with the user's facebook email, a username and a blank password.

    I highly recommend it.

提交回复
热议问题