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
Messenger Apps in production should check the integrity of incoming requests.
Not sure what is the best way to get this in though. Compojure middleware?
Messenger Apps in production should check the integrity of incoming requests.
Not sure what is the best way to get this in though. Compojure middleware?
https://developers.facebook.com/docs/messenger-platform/webhook-reference#security
See example implementation for javascript/node:
https://github.com/fbsamples/messenger-platform-samples/blob/724abbde42a63dedac65f67bf7a828cfcd1a8ca6/node/app.js#L145-L173
The text was updated successfully, but these errors were encountered: