Back-end server for automate bot of "UET - Get News" page on Facebook.
Navigate to custom/config.js and fill into 4 variable:
- Facebook page access token.
- Facebook webhook verify token.
- Facebook app secret.
- Mongodb collection url.
Terminal/Bash/CMD:
To install dependencies
npm install
To start project
npm start
- This is a backend server for user to initialize an automate respond bot on Facebook page.
-
Project using:
- NodeJS
- Mongoose
- Facebook Graph API
-
Project need:
- Facebook page access token.
- Facebook webhook verify token.
- Facebook app secret. for communicate with Facebook Messenger Platform
To have this, create a new app on Facebook for developers AND be approved the Send API (pages_messaging) on Messenger platform by Facebook team.
- 1.0.0
- First release
- FIX: - Crash when run. - Optimize import.
- 0.0.1
- Work in progress
Hoang Trung Phong – Facebook – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/phonghoang2k
- Fork it (https://github.com/phonghoang2k/uet-getnews/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request