Open vivek785 opened 4 years ago
Hello, Accessing facebook servers in automated way (as with Botium) is forbidden by Facebook itself, and they are taking it seriously - your account will be locked immediately if there are signs that it is used for automation. What you can do is to monitor your Webhook implementation. There is a Botium connector available for testing Facebook messenger webhooks. If by "monitoring" you mean just to check availability, then a tool like Botium is an overkill ... you could just verify that the webhook is online by sending any content to the HTTP API.
Hi All, I need to create automation script to test my facebook messenger bot.Can anyone help me how should i build this framework.
Thanks,