tornado/demos/facebook/README

10 lines
399 B
Plaintext
Raw Normal View History

2009-09-10 17:52:26 +00:00
Running the Tornado Facebook example
====================================
2009-09-10 07:50:51 +00:00
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