本文介绍了在哪里可以找到facebook bot发送api的错误代码信息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在向我的机器人用户发送每日消息,我收到一些错误信息的用户会收到错误信息,如:

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

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

,但是Facebook没有针对这些错误的正确错误文档。

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

其他人是否遇到这些问题?

did anyone else come across these issues?

推荐答案

在Facebook的错误平台中挖了一下,我发现了一些有趣的线程。

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

看起来最终用户可能会删除该线程。这意味着您可以再次将内容推送给用户,直到他/她再次与您的机器人聊天。

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.

请参阅:



对于此人没有收到来自你现在就是



似乎这可能是一个确认的错误。不确定是否真的与您的错误相关。

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.

请参阅:

这篇关于在哪里可以找到facebook bot发送api的错误代码信息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-06 04:29