tornado/demos/facebook
Ben Darnell 7d3f710e81 Remove the default facebook api key from the demo.
This app has apparently been deactivated by facebook.

Closes #1132.
2014-08-24 11:50:47 -04:00
..
static Move Tornado project to Github 2009-09-10 00:50:51 -07:00
templates Better check for missing messages in facebook demo 2011-04-24 23:16:31 -07:00
README Remove the default facebook api key from the demo. 2014-08-24 11:50:47 -04:00
facebook.py Remove the default facebook api key from the demo. 2014-08-24 11:50:47 -04:00

README

Running the Tornado Facebook example
====================================

To run this example, you must register a Facebook application with a
Connect URL set to the domain the this demo will be running on
(i.e. http://localhost:8888/ by default).  The API key and secret
for this application must be passed on the command line:

    python facebook.py --facebook_api_key=ABC --facebook_secret=XYZ