Skip to content Skip to sidebar Skip to footer

Simple Facebook Connect In Google App Engine (Python)

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 t

Solution 1:

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/


Solution 2:

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


Post a Comment for "Simple Facebook Connect In Google App Engine (Python)"