Closed seatechdev closed 7 years ago
You should configure your bot services (Facebook, Telegram, etc).
yes that is understood. I installed this installation, configured my facebook bot app which works with a different webhook using pimax fine. Then when used the botman webhook for laravel. It fails. After the first message, it puts me in an infinite loop and botman webhook no longer works.
The infinite loop is always a sign of a fatal error. Have you checked your logs for errors? I installed it like this without problems: http://christoph-rumpel.com/2017/01/Setup-a-messenger-chatbot-in-laravel/
I installed it on EC2 (Ubuntu 16.04, mysql ) with my database configs, url and facebook token. I didn't make any other changes. But the route doesn't seem to respond. I have tested my laravel implementation and that works fine. The route in Route::get('/', function() { echo "Hello Bot"; }); works as expected. But my_url/botman doesn't respond.