Django Facebook Connect App Recommendation

前端 未结 6 1790
逝去的感伤
逝去的感伤 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条回答
  •  梦毁少年i
    2021-01-30 22:17

    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.

提交回复
热议问题