Messenger API integration
// you should have:
// * a Wit.ai bot setup (https://wit.ai/docs/quickstart)
// * a Messenger Platform setup (https://developers.facebook.com/docs/messenger-platform/quickstart)
// You need to npm install
the following dependencies: body-parser, express, request.
//
// 1. npm install body-parser express request
// 2. Download and install ngrok from https://ngrok.com/download
// 3. ./ngrok http 8445
// 4. WIT_TOKEN=your_access_token FB_APP_SECRET=your_app_secret FB_PAGE_TOKEN=your_page_token node examples/messenger.js
// 5. Subscribe your page to the Webhooks using verify_token
and https://<your_ngrok_io>/webhook
as callback URL.
// 6. Talk to your bot on Messenger!
forked from davidawad/wit-messenger
-
Notifications
You must be signed in to change notification settings - Fork 0
integrate wit.ai into a facebook messenger bot with node.js
License
Dotaka123/wit-messenger
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
integrate wit.ai into a facebook messenger bot with node.js
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 100.0%