阻止 facebook 在静态 fbml 选项卡应用程序中缓存图像

发布于 2024-10-15 18:19:17 字数 202 浏览 2 评论 0原文

我有一个静态 FBML 应用程序。在应用程序中,我有一个图像标签,指向随机提供不同图像的 ImageGenerator Web 服务。

我注意到 Facebook 正在将图像缓存在 src 标签中。如何在选项卡加载时更新它,以便强制 FB 检索新图像?

我听说过一些有关 fb:ref 的信息,但我不确定如何在静态 FBML 应用程序中以编程方式执行此操作。

I have a static FBML application. In the application, I have an image tag that points to am ImageGenerator web service that provides different images randomly.

I noticed though Facebook was caching the image in the src tag. How do I update this on tab load so that it forces FB to retrieve the new image?

I heard something about fb:ref, but I am not sure how to do this programatically in a static FBML application.

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

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

发布评论

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

评论(1

So要识趣 2024-10-22 18:19:17

我认为这两个链接对您的问题相关内容进行了广泛的讨论。 fb:ref 通过调用清除现金

fbml.refreshRefUrl

like this

<tt>fbml.refreshRefUrl("http://www.mysite.com/someurl.php")</tt>

你可以从这里学习相关的东西
fb:ref。我希望它对你有用

I thing these two links have a wide discussion on your problem related stuff. fb:ref clear cashes by calling

fbml.refreshRefUrl

like this

<tt>fbml.refreshRefUrl("http://www.mysite.com/someurl.php")</tt>

You can study the related stuff from here
fb:ref. I hope it will work for you

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