where can I find error code information for facebook bot send api?

◇◆丶佛笑我妖孽 提交于 2019-12-24 08:10:24

问题


I am sending daily messages to my bot users and I am getting error for some users which says error messages like:

(#100) No matching user found

or

(#551) This person isn't receiving messages from you right now

but Facebook doesn't have proper error documentations for these errors..

did anyone else come across these issues?


回答1:


After digging a bit in the bugs platform of Facebook I found some interesting threads.

For the No matching user found

It appears that the end user could have delete the thread. Which means you can push content to user anymore until he/she chat with your bot again.

The error message isn't clear at all by the way.

See: https://developers.facebook.com/bugs/254681614897363/

I've tested this theory on my bot and I got the behavior they described. I can push message to users who deleted the thread.

For the This person isn't receiving messages from you right now

It seems that it can be a confirmed bug about that. Not sure if it is really relevant regarding your error.

See: https://developers.facebook.com/bugs/2031788773712021/

I've also tested on my bot and got the same result when I block all messages from the bot.



来源:https://stackoverflow.com/questions/37680335/where-can-i-find-error-code-information-for-facebook-bot-send-api

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