Closed seatechdev closed 7 years ago
I second that motion!
I will publish quickly.
Thanks. Also we know that you are overseas. But is there a way for you publish the interface to payments API? We can test it in the US.
Hi guys
I create a demo project.
https://github.com/CasperLaiTW/fb-messenger-demo
I think it can help you to make your app.
If example is not fully, please create an issues in demo repository which template you want to get.
I will add more template to demo project for help you
Main issue was solved
Wow, what a great sample! Perfectly documented on the commits! Thanks! 😃
Thanks. I will try running it tonight.
What would the webhook for the app? I didn't see any entries in the routes. probably will need an exception added to the midleware as well.
can you run php artisan route:list
you will get the webhook path.
if you don't want to use /webhook
you can change config at custom_url
Yes i just saw that and submitted the webhook and it accepted it. I have updated the .env file with my token and verify token as well. But when i open the bot in messenger it doesn't do anything. It also doesn't reply back even if I ping it. I have added the csrf token exception in the middleware for webhook
Also in the subscription are we supposed to have only messages, messaging_account_linking, messaging_optins, messaging_postbacks or can I we have more fields?
We move to https://github.com/CasperLaiTW/fb-messenger-demo/issues/1 to discuss :)
Is it possible for you to publish a sample laravel app?