【发布时间】:2020-06-03 17:07:52
【问题描述】:
我正在尝试使用邮递员 链接:https://graph.facebook.com/v6.0/me/messages?access_token=my_token
{
"get_started":{
"payload": "Hi, I am bot"
}
}
在原始 JSON 正文中
但收到此回复
{
"error": {
"message": "(#100) Tried accessing nonexisting field (messages) on node type (Page)",
"type": "OAuthException",
"code": 100,
"fbtrace_id": "AtFh2_fJ2sxkeU8k-2aNJGl"
}
}
【问题讨论】:
-
您向那里的错误端点发出请求。 developers.facebook.com/docs/messenger-platform/reference/…
-
你的意思是graph.facebook.com/v6.0/me/…> 这个我试过了,但它发给我
{"data":[]} -
您是否发出了 POST 或 GET 请求……?
-
@misorude OMG 我忘了它非常感谢它的工作
标签: facebook api facebook-graph-api postman bots