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
- Host: GitHub
- URL: https://github.com/bronzdoc/fmpbot
- Owner: bronzdoc
- Created: 2016-04-19T00:36:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T18:30:08.000Z (about 10 years ago)
- Last Synced: 2025-02-18T06:42:43.591Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```