Using bottle.py as a Facebook authenticating proxy

published May 02, 2013 06:30   by admin ( last modified May 02, 2013 06:29 )

I haven't actually tested this, so far just assembling bits and pieces that ought to work together.

 

How to make bottle.py into a proxy server:

Making a Bottle app that routes to a proxy

How to make bottle.py authenticate via Facebook:

sean-lynch/bottle_fbauth · GitHub

Underlying python library for the Facebook authentication:

facebook-sdk 0.4.0 : Python Package Index