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.
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
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/
Here is the "Start with Beginner guide on facebook application". Hope this will help you... :)