tornado/demos/facebook
Ben Darnell b909d37e54 docs,demos: Update for asyncio.run pattern
Adapt for Python 3.10 deprecation changes by using asyncio.run
instead of IOLoop.start throughout (except for TCPServer multi-process
docs).

Demos have all been changed but I haven't tested all of them.
2022-06-03 14:50:20 -04: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 docs,demos: Update for asyncio.run pattern 2022-06-03 14:50:20 -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