bootbot | Facebook Messenger Bot Framework for Node.js | Bot library
kandi X-RAY | bootbot Summary
kandi X-RAY | bootbot Summary
BootBot is a simple but powerful JavaScript Framework to build Facebook Messenger's Chat bots.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of bootbot
bootbot Key Features
bootbot Examples and Code Snippets
Community Discussions
Trending Discussions on bootbot
QUESTION
Recently I have noticed that the facebook video links that I pass on a generic template aka "cards" are redirecting the users to "watch" section of facebook.
-I know for sure that this is not an issue with the code but it must be something on facebook end?!
Is anyone experiencing this ?
To satisfy the "need to see some code" requests:
I'm using BootBot and this is my specific implementation:
...ANSWER
Answered 2019-Mar-15 at 14:36Answering this question/issue...
It turned out to be a Facebook bug which is fixed now! Hooray
QUESTION
I wanna create a similar thing, that is described here for my business page on facebook. There are lots of alternatives like chatfuel and manychat, but I wanna have the same Auto PM, but more flexible. What I did so far, I connected to: webhooks and messenger APIs. I wrote these lines of code, which allow me to see all changes in the feed of my Business Page.
...ANSWER
Answered 2017-Jul-17 at 11:03Actually, I found how to resolve this thing and it's pretty easy to do. Facebook docs: https://developers.facebook.com/docs/graph-api/reference/v2.9/object/private_replies
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install bootbot
Install BootBot via NPM, create a new index.js, require BootBot and create a new bot instance using your Facebook Page's / App's accessToken, verifyToken and appSecret:
Subscribe to messages sent by the user with the bot.on() and bot.hear() methods:
Reply to user messages using the chat object:
Start a conversation and keep the user's answers in context:
Set up webhooks and start the express server:
Start up your bot by running node:
If you want to test your bot locally, install a localhost tunnel like ngrok and run it on your bot's port:
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page