tornado/demos/facebook
Jan Sarenik 519bb7aa49 Simplify HTML templates by using HTML5 2015-08-16 08:51:06 +02:00
..
static Move Tornado project to Github 2009-09-10 00:50:51 -07:00
templates Simplify HTML templates by using HTML5 2015-08-16 08:51:06 +02:00
README Remove the default facebook api key from the demo. 2014-08-24 11:50:47 -04:00
facebook.py Add make_current keyword argument to IOLoop constructor. 2015-03-29 16:31:06 -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