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_IDandACCOUNT_KIT_APP_SECRETinmain_appby your values pip install -r requirements.txtpython main_app.py
heroku create
git add *
git commit -m "update code"
git push heroku master