通过 php 更新 Facebook 状态
我想开发一个机器人,它将使用 php 更新 Facebook 帐户的状态。
请在这方面指导我
I want to develop a bot which will update the status of a facebook account using php.
Please guide me on this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
@Porchop 是正确的,您可能需要 Facebook Connect API。 要更新 Facebook 上的用户状态,您应该查看 Status.set API 调用。
要在 php 中编写 googletalk 机器人,有一些文章可以帮助您入门:
但也要考虑使用 IMified,它为您完成了创建和运行聊天机器人的大量工作。
如果您感兴趣的只是通过 Google Talk 状态更新 Facebook 状态的简单方法,您可能不需要执行所有这些工作 - 只需安装“Google Talk 状态同步器' Facebook 应用程序。
@Porkchop is correct, you will probably need the Facebook Connect API. To update a users status on Facebook, you should look at the Status.set API call.
For coding a googletalk bot in php there are some articles that should get you started:
But also consider using IMified, which does a lot of the work of creating and running chat bots for you.
If all you are interested in is a simple way to update your Facebook status from you Google Talk status, you probably don't need to go to all that work - just install the 'Google Talk Status Synchronizer' facebook application.
你可以雇人通过外包来便宜地完成它,我的意思是当我不懂代码时我就是这样做的。
You could hire somebody to do it for cheap by outsourcing it, i mean thats what i do when i dont know code.
由于您使用 PHP 进行编码,因此我建议使用 Jaxl(Jabber XMPP 库)。
它支持使用 X-FACEBOOK-PLATFORM 进行机器人身份验证,并且使用该库更新 Facebook 状态应该是一项单行任务。 http://github.com/abhinavsingh/JAXL
Since you are coding in PHP, I recommend using Jaxl (Jabber XMPP Library).
It supports bot authentication using X-FACEBOOK-PLATFORM and updating facebook status should be a one line task using the library. http://github.com/abhinavsingh/JAXL