如何在浏览器上显示facebook实时更新

发布于 2024-12-08 10:43:38 字数 133 浏览 0 评论 0原文

我有一个被facebook 调用的callback.php 文件,并且更新存储在$updates 中。我想在每次$updates发生变化时在网页上显示$updates的内容。我该怎么做?我听说过 Comet 和 Ajax.. 这样做的最佳方法是什么?

I have a callback.php file that gets called by facebook and the update is stored in $updates. I want to display the contents of $updates on the webpage every time $updates changes. How can i do this? I have heard about Comet and Ajax..
what is the best way to go about doing this?

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

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

发布评论

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

评论(2

秋风の叶未落 2024-12-15 10:43:38

简单:JS setinterval,轮询服务器每 x 秒更新一次。更难:HTML5 Websockets(不过当你接触它时并不难)。

Easy: JS setinterval, poll server for updates every x seconds. Harder: HTML5 Websockets (not that hard when you get into it though).

把回忆走一遍 2024-12-15 10:43:38

看来您需要 Facebook 的实时更新图形 API

It seems you need the Real time update Graph API from Facebook.

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