I download python facebook-sdk below
https://github.com/facebook/python-sdk/tree/master/examples/tornado
It is not using sqlalchemy.
So, I modified but I couldn't modify enough
https://github.com/shinriyo/tornado
command---
python example2.py
----------
Is there anyone who modify success?
set your OS environment variable
[Windows}
setenv FB_ID="your facebook develper ID"
setenv FB_SECRET="your facebook develper FB_SECRET"
[MacOSX}
set FB_ID="your facebook develper ID"
set FB_SECRET="your facebook develper FB_SECRET"
later
python example.py