作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我用来连接机器人的 bash 命令是: curl -ik -X POST ' https://graph.facebook.com/v2.6/me/messages?access_token=#AccessToken '
我的错误信息是:
{"error":{"message":"(#100) The parameter recipient is required","type":"OAuthException","code":100,"fbtrace_id":"EFqWAGq2ABs"}}
最佳答案
以防万一有人错过了这个,当我不小心使用了错误的内容类型时遇到了这个问题 - 我使用的是 application/x-www-form-urlencoded
而不是 application/json
所以我的总体建议是,
关于facebook-graph-api - Facebook Messenger 机器人错误 : The parameter recipient is required,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37646503/
我是一名优秀的程序员,十分优秀!