tornado/demos/facebook
Ben Darnell 49bbd35727 web: Rename "secure_cookie" methods to "signed_cookie"
This more precisely states the kind of security that is provided, and
avoids confusion with the use of the word "secure" as a standard
cookie attribute and prefix.
2023-01-23 18:51:53 +00: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 web: Rename "secure_cookie" methods to "signed_cookie" 2023-01-23 18:51:53 +00: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