Simple Facebook Connect in Google App Engine (Pyth

2019-03-09 22:17发布

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 connect to be the primary method for logging in.

2条回答
Juvenile、少年°
2楼-- · 2019-03-09 22:26

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/

查看更多
爷、活的狠高调
3楼-- · 2019-03-09 22:46

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

查看更多
登录 后发表回答