Facebook Webhooks получить правильный запрос - PullRequest
0 голосов
/ 21 октября 2019

Когда я пытаюсь отправить какое-то сообщение на мою страницу, webhook не получает правильный ответ

объект сообщения получает неопределенное значение,

как я могу решить эту проблему.

помогите пожалуйста это ребята.

2019-10-17T04:29:35.263Z - error: TypeError: Cannot read property '0' of undefined
at /www/notifylivechat/controllers/user/chat.js:67:59
at Array.forEach (<anonymous>)
at /www/notifylivechat/controllers/user/chat.js:62:24
at Layer.handle [as handle_request] (/www/notifylivechat/node_modules/express/lib/router/layer.js:95:5)
at next (/www/notifylivechat/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch (/www/notifylivechat/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/www/notifylivechat/node_modules/express/lib/router/layer.js:95:5)
at /www/notifylivechat/node_modules/express/lib/router/index.js:281:22
at param (/www/notifylivechat/node_modules/express/lib/router/index.js:354:14)
at param (/www/notifylivechat/node_modules/express/lib/router/index.js:365:14)enter code here
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...