Facebook 聊天机器人现在可以通过 XMPP 实现了吗?
Facebook 现在支持 XMPP,是否有可能实现一个简单的聊天机器人,也许通过应用程序(即不是来自个人的对话)。
With Facebook now supporting XMPP, would it be possible to implement a simple chat bot, perhaps through an app (i.e. conversations not coming from an individual).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可能晚了,但是现在可以使用任何 xmpp 库为 facebook 编写 xmpp 机器人。用 PHP 编写的 Jaxl 库是您的一种选择,它还支持 X-FACEBOOK-PLATFORM 身份验证 http://github .com/abhinavsingh/JAXL
Probably late, but yes writing xmpp bot for facebook is now possible using any xmpp library. Jaxl library written in PHP is one option for you, it do also support X-FACEBOOK-PLATFORM authentication http://github.com/abhinavsingh/JAXL
是的!您需要一个 Facebook 帐户来进行身份验证。我不确定 s2s 是否可用,但 c2s 机器人是可能的。
Yes! You will need a Facebook account to authenticate as. I am not sure about s2s offhand but a c2s bot is possible.