-
Notifications
You must be signed in to change notification settings - Fork 86
remove user_agent check in messenger webhook #36
Comments
@adamjuhasz I saw it once in one of the HTTP Requests from Facebook but |
I was looking at the current way of handling webhooks, do I undestand it correctly that all webhooks will be at Is it better to se up multiple webhook paths, one for each service and add custom events?
This could be parameterized with:
|
@adamjuhasz Yeah I totally agree, I would like for us to move towards something like that especially as we will have other endpoints for other features like pushing content to the Bot. Happy for you to start this as a PR. |
We should be able to implement this now @vutran's ES6 classes are now implemented. |
@jcampbell05 Actually, the ES6 classes are not merged (#41). There's still some broken tests I need to fix which should be done soon (got a lot of things going on right now). |
@vutran let me know if I can help :) I think we should merge into |
I can't find any official documentation that the user agent will be
facebookplatform
.Is checking the
x-hub-signature
enough, since that is the only official way of checking validity?The text was updated successfully, but these errors were encountered: