Cannot verify facebook messenger webhook, curl_errno = 28

陌路散爱 提交于 2019-12-10 11:56:20

问题


i want to configure webhook for facebook application.during the development process i was using ngrock, which was working perfectly, today i cann't establish connection. Address is
https://.........ngrok.io , which works and returns ok i try to add webhook https://.......ngrok.io/webhook to the facebook application , getting error like this

The URL couldn't be validated. Callback verification failed with the following errors: curl_errno = 28; curl_error = Operation timed out after 6001 milliseconds with 0 out of 0 bytes received; HTTP Message = Unknown Response Code

Can you help, what can i do?


回答1:


I've spend 2 hours to fix it. And final, I find it is a bug :) Facebook fixed it.



来源:https://stackoverflow.com/questions/44678627/cannot-verify-facebook-messenger-webhook-curl-errno-28

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!