How long is Facebook caching the sharing thumbnails?

青春壹個敷衍的年華 提交于 2019-11-30 23:29:47

问题


How long is Facebook caching the sharing thumbnails? I've added a custom thumbnail for my page using:

<meta property="og:image" content="/path/to/my/image" />

But on pages my previous image is displayed => it is cached somewhere on FB servers.

Any ideas how to flush that cache or how long does it take once FB loads a new image?


回答1:


Check the page with Facebook URL Linter, it seems to reload the thumbnails images in the cache.

http://developers.facebook.com/tools/lint




回答2:


Facebook images are cached on a different servers on a different location. According to what I have read, it will take 3 to 5 years before the image is refresh/deleted permanently after the last time it was accessed. So if the image keeps being accessed it won't be flushed. Not until you give up on shutting down your site.




回答3:


FYI the FB linter link above doesn't work anymore. This seems to do the trick though:

https://developers.facebook.com/tools/debug



来源:https://stackoverflow.com/questions/3845095/how-long-is-facebook-caching-the-sharing-thumbnails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!