我在哪里可以找到 facebook bot send api 的错误代码信息?
where can I find error code information for facebook bot send api?
我每天向我的 bot 用户发送消息,我收到一些用户的错误消息,如:
(#100) No matching user found
或
(#551) This person isn't receiving messages from you right now
但 Facebook 没有针对这些错误的正确错误文档..
还有其他人遇到过这些问题吗?
在 Facebook 的错误平台上挖掘了一下之后,我发现了一些有趣的话题。
对于No matching user found
最终用户似乎可以删除该话题。这意味着您可以再向用户推送内容,直到 he/she 再次与您的机器人聊天。
错误信息一点都不清楚顺便提一下。
参见: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.
对于This person isn't receiving messages from you right now
这似乎是一个 已确认 的错误。不确定它是否真的与您的错误相关。
参见: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.
我每天向我的 bot 用户发送消息,我收到一些用户的错误消息,如:
(#100) No matching user found
或
(#551) This person isn't receiving messages from you right now
但 Facebook 没有针对这些错误的正确错误文档..
还有其他人遇到过这些问题吗?
在 Facebook 的错误平台上挖掘了一下之后,我发现了一些有趣的话题。
对于No matching user found
最终用户似乎可以删除该话题。这意味着您可以再向用户推送内容,直到 he/she 再次与您的机器人聊天。
错误信息一点都不清楚顺便提一下。
参见: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.
对于This person isn't receiving messages from you right now
这似乎是一个 已确认 的错误。不确定它是否真的与您的错误相关。
参见: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.