You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
I've noticed recently that there has been very suspicious behaviour on one of our bots where there are lots of concurrent new user sessions being created which do not appear as conversations in the bot FB page. This completely overloads the bot and normal user messages can't get through. I applied validate_requests: true to my bot and it seems to hold off this behaviour. So, many thanks for developing this and shame on me for not applying it sooner.
On another note, I've been reading about FB security and came across the "Require app secret" setting in the app page:
Will Botkit support this in the near future? It would be great to have additional security measures to avoid other possible suspicious behaviour.
The text was updated successfully, but these errors were encountered:
XY-Wang
changed the title
Will there be support on verifying FB Graph API Calls with appsecret_proof?
Will there be support on verifying Facebook Graph API Calls with appsecret_proof?
Dec 7, 2017
Hi guys,
I've noticed recently that there has been very suspicious behaviour on one of our bots where there are lots of concurrent new user sessions being created which do not appear as conversations in the bot FB page. This completely overloads the bot and normal user messages can't get through. I applied validate_requests: true to my bot and it seems to hold off this behaviour. So, many thanks for developing this and shame on me for not applying it sooner.
On another note, I've been reading about FB security and came across the "Require app secret" setting in the app page:
We can secure our API request by adding a parameter appsecret_proof as described in FB's documentations: https://developers.facebook.com/docs/graph-api/securing-requests/
Will Botkit support this in the near future? It would be great to have additional security measures to avoid other possible suspicious behaviour.
The text was updated successfully, but these errors were encountered: