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.

I want to update the thumbnail image that Facebook send button uses. I realize that this is cached by Facebook and am trying to update the cache using the debugger tool

I tried using http://domain.com/path_to_image.jpg?fbrefresh=CAN_BE_ANYTHING on the debugger tool

However, the old image is still displayed. It appears that the image is being stored at https://fbexternal-a.akamaihd.net/safe_image.php?id=path_to_image/image.jpg

Any ways to clear the cache since fbrefresh=CAN_BE_ANYTHING is not working or am i typing in the wrong url ?

I have also tried adding <meta property="og:image" content="http://domain.com/new_image.jpg"/> in my header.php file (I am using Wordpress)

Any idea as to why the image is not updated / cache not cleared?

share|improve this question

1 Answer

up vote 0 down vote accepted

The image gets refreshed after a day by the above procedure.

Again, go to the debugger tool

Type in http://domain.com/path_to_image.jpg?fbrefresh=CAN_BE_ANYTHING

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.