bootbot icon indicating copy to clipboard operation
bootbot copied to clipboard

Facebook Messenger Bot Framework for Node.js

Results 82 bootbot issues
Sort by recently updated
recently updated
newest added

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 1.7.3 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

When trying to set up the webhook on Facebook for Developers, when I put in my bots callback URL, Facebook never allows it, always declaring it to be 'malicious'. No...

How do i send images that's comming from my local storage and not in url?

we occurded issue as log detail below Error sending message: FetchError: request to https://graph.facebook.com/v2.12/me/messages?access_token=EAArUC4vJ1e8BAECtMIRhFCURWmNmoAlYZBD2jrHLnqkzrgpdFmDs0sEBHFp6v70qzXvWlQ7tVwOIFagmaUvXyXtvSeNVbw9qmLoZCMkIIAXz3ZAvYfpOfQdtZC0gZBgNGxxxxxxxxxxxxxxx failed, reason: getaddrinfo EAI_AGAIN graph.facebook.com as error so bot response to user very slow pls who...

![image](https://user-images.githubusercontent.com/33574654/113681891-33695280-96cb-11eb-897b-bf0036ba12b5.png) ![image](https://user-images.githubusercontent.com/33574654/113682066-627fc400-96cb-11eb-8e86-034636b52ece.png)

Hello, how connect i18n and session? BootBot class doesn't support middleware(.use())? Thanks for the help

# HTTPS server feature The pull request from the issue #182 You can now start a HTTPS server with credentials ```javascript const port = 3000; const privateKey = fs.readFileSync(env_1.config.tls.key, 'utf8');...

How can I integrate it with a existent express app??

This PR add the possibility to integrate bot with existent express instance close #194