Facebook Messenger 网络应用程序上的聊天扩展

Chat Extensions on Facebook Messenger web app

Facebook 刚刚推出了聊天扩展并开源了一个名为 TaskBot 的示例扩展,它可以在两个人之间聊天。 Github 回购是 here, and the official docs are here.

我试着玩弄它。在移动应用程序中运行良好。但不在网络应用程序中(通过 messenger.com)。当我尝试编辑任务列表时,我被重定向到页面 https://messenger-taskbot.herokuapp.com/lists/{id} 并且我收到以下消息:

所以我想 messenger.com 浏览器上不会有聊天扩展吗?

聊天扩展使用网络视图,在 "desktop" Facebook Messenger 和 messenger.com 上,网络视图在新选项卡中打开。聊天扩展依赖于 webview windows 在聊天线程本身中打开。

来自您链接到的文档:

When the user taps the chat extension's icon, it opens a webview-based UI specified by the developer. The user can then create or select content to be shared into the thread. The message shared into the thread can contain images, links, and more.

是的,聊天扩展似乎只适用于移动设备。