如何获取我的 Facebook 状态(在线或离线)并在 PHP 中对其进行操作?

发布于 2024-11-19 00:21:00 字数 69 浏览 2 评论 0原文

我想在我的网站上显示我的聊天状态,这样我就可以告诉我的客户他们可以通过 Facebook 聊天联系我。有什么办法可以做到吗?

I'd like to display my chat status on my website, so I can tell my customers they can reach my through Facebook chat. Is there any way to do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

似最初 2024-11-26 00:21:00

试试这个链接:
http://developers.facebook.com/docs/reference/rest/status。获取/
或者搜索“在状态 (FQL) 表上进行 FQL 查询 (fql.query)”(取自同一链接),这应该对您有帮助。

我猜你可以制作一个 PHP 脚本,使用 status.get 或 fql.query (在状态表上)来获取页面加载时的状态。也许将其放置在整个网站共享的页眉/页脚中。这样,一旦有人访问您的页面,他们就会看到您当前的 FB 状态。

Try this link:
http://developers.facebook.com/docs/reference/rest/status.get/
or search on "make an FQL query (fql.query) on the status (FQL) table", taken from that same link, which should do you nicely.

I guess you could make a PHP script that uses the status.get or fql.query (on status table) to pull your status on page load. Maybe place it in the header/footer that is shared across your site. This way as soon a someone comes to your page they'll see your current FB status.

笑饮青盏花 2024-11-26 00:21:00

你为什么要这么做?如果客户不是您的朋友,他们甚至无法使用聊天功能?
只需从您的 Facebook 个人资料页面创建一个锚点

Why do you want to do that? Customers can't even use the chat if they aren't friend with you ?
Just create an anchor from your facebook profile page

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