通过 php 更新 Facebook 状态

发布于 2024-07-24 22:22:00 字数 63 浏览 5 评论 0原文

我想开发一个机器人,它将使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

舟遥客 2024-07-31 22:22:00

@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.

终止放荡 2024-07-31 22:22:00

你可以雇人通过外包来便宜地完成它,我的意思是当我不懂代码时我就是这样做的。

You could hire somebody to do it for cheap by outsourcing it, i mean thats what i do when i dont know code.

时常饿 2024-07-31 22:22:00

由于您使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文