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.

We recently moved servers and I've been having this problem since.

I tried parsing this url1 in the Facebook Debug tool, and the thumbnail retrieved using the content of the og:image tag is displayed fine, but it won't display when I 'like' the story and it appears in my profile . This was a story posted before switching servers.

Now when I try parsing this url2 in the Facebook Debug tool, the thumbnail is not retrieved and with previous case the thumbnail won't display in my profile when I like this story. This is a story posted after switching servers.

The funny thing I try repeating these actions and the thumbnail does pop up randomly.

How does Facebook retrieve the image from my server? Does the problem have something to do with how this is done?

share|improve this question
UPDATE: The problem has been solved without my intervention. I would guess that it had to do with the DNS propagation, as soon as it was completed, the thumbnails were being shown properly. Thanks for your time people. – Pradeep Mohan Jun 1 '12 at 13:18

2 Answers

At one point, I thought FB would not show a thumbnail on a second post. Or something. It seemed to show the thumbnail again, if I changed the URL a bit (put some fake parameters in the url). YMMV

share|improve this answer

Remove every og meta tags from the page, debug it into the facebook debugger tool, when it shows nothing, put the correct og meta tags again and debug again with facebok debugger tool.

This is a weird problem with facebook. It caches the old incorrect values sometimes.

share|improve this answer
That's the thing! There haven't been any incorrect values. They're good. It's just that FB seems to be incapable of getting the image.. why would that be? – Pradeep Mohan May 19 '12 at 19:55
Try with incorrect different image url. Debug it, put the correct one, debug it again. Weird way for even weirder facebook. Believe me, it works :) – Jashwant May 19 '12 at 20:19

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.