Skip to content

Provides support for connecting to social networks via OAuth to Google App Engine Applications.

Notifications You must be signed in to change notification settings

edgarjcfn/gae-social-networks-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Networks Oauth for Google App Engine

The aim of this project is to provide an easy way to enable the Oauth dance in a Google Cloud App.

Support

Currently the supported connectors are facebook and twitter

Tutorial

  1. Setup a Google App Engine Application in Python
  2. Input Secret and Key data into config/facebook_example.json and config/twitter_example.json
  3. Rename these files to facebook.json and twitter.json respectively
  4. Accessing http://localhost/auth/facebook/login or http://localhost/auth/twitter/login should start the OAuth dance for both connectors
  5. Upon success user will be redirected to a default url such as http://localhost/auth/facebook/success?oauth_token=<TOKEN>

TODO

  1. Add unit tests
  2. Add other social networks

About

Provides support for connecting to social networks via OAuth to Google App Engine Applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages