Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinriyo/tornado
tornado example in facebook sdk
https://github.com/shinriyo/tornado
Last synced: 19 days ago
JSON representation
tornado example in facebook sdk
- Host: GitHub
- URL: https://github.com/shinriyo/tornado
- Owner: shinriyo
- Created: 2012-03-27T22:30:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-13T10:34:21.000Z (over 12 years ago)
- Last Synced: 2024-04-13T16:17:53.907Z (7 months ago)
- Language: Python
- Homepage: https://github.com/facebook/python-sdk
- Size: 102 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
================================================================
Tornado example from facebook-sdk with SQLAlchemy
================================================================[requirement]
Python2.7 (Python3.x is not supported)
Tornado
SQLAlchemy
pep8[first]
set your OS environment variable[Facebook Development setting]
http://localhost:8888/[MacOSX]
*bash (default shell)
export FB_ID="your facebook develper ID"
export FB_SECRET="your facebook develper secret code"*if tcsh
setenv FB_ID="your facebook develper ID"
setenv FB_SECRET="your facebook develper secret code"[Windows]
set FB_ID="your facebook develper ID"
set FB_SECRET="your facebook develper secret code"later
---
python example.py