1.2. Integration messenger and Node.js
1.2. Integration messenger and Node.js
1.Introduction
2.Step by step
heroku --version heroku login
git clone https://github.com/jbergant/chatbot-facebook-nodejs.gitmodule.exports = { FB_PAGE_TOKEN: '', FB_VERIFY_TOKEN: '', API_AI_CLIENT_ACCESS_TOKEN: '', FB_APP_SECRET: '', SERVER_URL: "", };
git remote rm origingit remote add heroku [Heroku Git URL]git add . git commit -m "init configuration"git push heroku master
3. Code review
Last updated