【发布时间】:2016-08-20 05:24:40
【问题描述】:
我提交了我的 facebook messenger bot 以供应用审核,拒绝原因是“received no response”。
我已经从我自己的帐户和我添加到我的 Facebook 应用程序进行测试的其他一些测试人员测试了我的机器人。
但是,当我尝试使用默认的Open Graph Test User 进行测试时,我没有得到任何响应。发送消息 API 失败并出现错误:
{"error": {"message":"(#100) No matching user found", "type":"OAuthException", ...}}
我在这里做错了什么?如何使用发送/接收消息 API 向测试用户发送消息?
【问题讨论】:
-
遇到了同样的问题。在请求用户配置文件 API 时,我得到了这个答案:
(#100) No matching user found。当我想向这个测试用户发送消息时,我得到了这个 weird 答案(#551) This person isn't receiving messages from you right now
标签: facebook facebook-graph-api facebook-messenger facebook-messages