- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在创建一个应用程序,我需要用户能够授予我们访问其 Facebook 页面的权限,以便所有传入消息都可以通过我们的应用程序(以及传出消息)流动。
我的这一切都正常工作,但由于 facebook 权限 pages_messaging 和他们“没有收到我的机器人的回复”(我已连续三次被拒绝),Facebook 不会批准我的应用程序。我在这里做错了什么?我们没有使用机器人,我什至需要 pages_messaging 权限(我正在使用他们的 webhook 获取传入的页面消息,并使用 graph api 发送传出消息)?
提交应用时,pages_messaging 权限表示:
Please provide the page that can be used to test this bot. Make sure the bot is properly connected and functional, otherwise your submission may be rejected.
这是我提交的 facebook 的反馈(多次被拒绝):
Thank you for your submission. We tested the messenger experience on your associated page and received no response from your messenger bot. Please resubmit with the new, improved version of your bot.
最佳答案
您必须创建一个机器人才能使用消息传递 API:https://developers.facebook.com/docs/messenger-platform/implementation
仅阅读/发送消息:
https://developers.facebook.com/docs/graph-api/reference/v2.6/conversation/messages
关于Facebook Messenger API pages_messaging 权限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37970021/
我正在创建一个应用程序,我需要用户能够授予我们访问其 Facebook 页面的权限,以便所有传入消息都可以通过我们的应用程序(以及传出消息)流动。 我的这一切都正常工作,但由于 facebook 权限
我正在创建一个需要 pages_messaging 权限的聊天机器人。但是在 App Review 页面找不到这样的选项。有什么想法吗? 最佳答案 回答我自己的问题。 它不在 App Review 中
我是一名优秀的程序员,十分优秀!