Simple Facebook Connect in Google App Engine (Python)

后端 未结 2 875
情歌与酒
情歌与酒 2021-02-01 23:08

Does anyone have a simple and successful demo implementation of facebook connect in an google app engine application. I am developing an web application and want facebook connec

相关标签:
2条回答
  • 2021-02-01 23:36

    I recently used python-social-auth to use Google login, should also work with Facebook:

    https://python-social-auth.readthedocs.org/en/latest/

    I had some troubles with the implementation, but this tutorial really helped me:

    http://artandlogic.com/2014/04/tutorial-adding-facebooktwittergoogle-authentication-to-a-django-application/

    0 讨论(0)
  • 2021-02-01 23:38

    Here is the "Start with Beginner guide on facebook application". Hope this will help you... :)

    0 讨论(0)
提交回复
热议问题