Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 I've already displayed before my image is not 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?

Thanks!

share|improve this question

2 Answers

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

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

share|improve this answer
this works, thanks :-) – Pradeep Jul 17 '12 at 9:00

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.