【发布时间】:2017-10-01 02:59:00
【问题描述】:
我目前正在开发一个 Facebook Messenger 机器人。但是,我无法为其附加永久菜单。
我阅读了要求here:
The user must be on Messenger v106 or above on iOS or Android. The page the bot is attached to must be published. The bot must be set to "public" in the developer console. The bot must have passed the approval process for pages_messaging permission
所有这些都满足了。
当我设置菜单时,我收到了来自 Facebook 的反馈:
Array
(
[result] => success
)
但是,它仍然没有显示在我的 Android 设备上,也没有显示在网络 Facebook 上。我删除了对话并重新进入了几次,都没有成功。
顺便说一句,我正在使用this lib 用于 Graph api,以防万一。
【问题讨论】:
标签: php facebook facebook-graph-api bots