b909d37e54
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. |
||
---|---|---|
.. | ||
static | ||
templates | ||
README | ||
facebook.py |
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