-
There are a few steps we need to implement.
- [ ] We specify an acocunt linking callback url, I'm thinking `nix.com/.../link-fb-bot` or smtn
- fb bot will construct and direct us to a link like:
…
-
Perform basic Facebook Messenger bot setup to enable addition of desired functionality.
-
I should note that I'm loving this library and will be jumping in to contribute and send PRs soon. Thanks for publishing it!
I've noticed that in 'Setting Persistent Menu' section of the readme you…
-
I followed your tutorial to set up my bot, but somehow, my bot can only serve one person at a time. If two users are chatting with the bot at the same time, their responses clash.
I have read throu…
-
Would you like assistance or advice?
Advice, please!
Issue description
When I drag and drop multiple images to a facebook messenger, they are sent as a group
How do I do this as a bot?
…
-
Hi All!
I haven't submitted this bot to Facebook till now since I am currently working on it to give it a good shape. If you want to try this bot. Please comment on this issue with your email you use…
-
https://developers.facebook.com/docs/messenger-platform/send-messages/broadcast-messages
The idea is bots need to send broadcast messages in batches in order to avoid scale limitations.
-
[-] create own bot instead use Facebook Messenger
[+] good commit
[+] code style looks clean and folder structure looks okay
[+] good state management for the bot
[-] no unit test
[-] use simple …
-
- BotMan Version: 2.0.#
- PHP Version: 7.1.33
- Messaging Service(s): Facebook Messenger
- Cache Driver:
### Description:
I'm trying to use ButtonTemplate but it doesn't work
```
$bot->re…
-
I really like Wit.ai and the messenger.js example. Thanks a lot for that. However, since bot engine, Facebook API, and (express) server is all in one file, it's hard to test each feature.
I basically…