CasperLaiTW / laravel-fb-messenger

Laravel Facebook Messenger Provider
MIT License
105 stars 27 forks source link

How to Proceed after successful subscribing of webhook? #91

Open DevHos opened 6 years ago

DevHos commented 6 years ago

I want to go on and use the handlers how can I do this? where to add the handler? should I add them as a new model?

CasperLaiTW commented 6 years ago

Hello @DevHos I have a demo repository, you can try to review this one https://github.com/CasperLaiTW/fb-messenger-demo

and config it's important for listening all handlers/postbacks https://github.com/CasperLaiTW/fb-messenger-demo/blob/master/config/fb-messenger.php