An open API service indexing awesome lists of open source software.

https://github.com/bronzdoc/fmpbot

Demo of the Facebook Messenger Platform
https://github.com/bronzdoc/fmpbot

Last synced: 7 months ago
JSON representation

Demo of the Facebook Messenger Platform

Awesome Lists containing this project

README

          

### fmpbot - Demo of the Facebook Messenger Platform

[Facebook Messenger Platform quickstart](https://developers.facebook.com/docs/messenger-platform/quickstart)

### Usage
```
git clone https://github.com/bronzdoc/fmpbot
cd fmpbot
heroku create
heroku config:set APP_PAGE_TOKEN="your token"
heroku config:set APP_VERIFY_TOKEN="your token"
git push heroku master
```