Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serverless Monitoring Of Your Facebook Chatbot #119

Open
vivek785 opened this issue Jan 21, 2020 · 1 comment
Open

Serverless Monitoring Of Your Facebook Chatbot #119

vivek785 opened this issue Jan 21, 2020 · 1 comment
Assignees
Labels

Comments

@vivek785
Copy link

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,

@codeforequity-at
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants