This application is an implementation of the Facebook Account Kit, for the purpose of testing. It's written in Flask Framework and deployed on Heroku.
- Replace
APP_ID
andACCOUNT_KIT_APP_SECRET
inmain_app
by your values pip install -r requirements.txt
python main_app.py
heroku create
git add *
git commit -m "update code"
git push heroku master