阻止 facebook 在静态 fbml 选项卡应用程序中缓存图像
我有一个静态 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这两个链接对您的问题相关内容进行了广泛的讨论。 fb:ref 通过调用清除现金
like this
你可以从这里学习相关的东西
fb:ref。我希望它对你有用
I thing these two links have a wide discussion on your problem related stuff. fb:ref clear cashes by calling
like this
You can study the related stuff from here
fb:ref. I hope it will work for you