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'm trying to use the open graph to mark up pages on a website as athletes, as follows:

<meta property="og:title" content="Mo Rollem" />
<meta property="og:site_name" content="Bruisin Banditas" />
<meta property="og:description" content="-" />
<meta property="og:url" content="http://bandita.circulartriangle.com/mo-rollem-3" />
<meta property="og:image" content="http://bandita.circulartriangle.com/mo-rollem-3/download/portrait/297875_923184074920_36913142_46189728_1083603_n.jpg" />
<meta property="og:type" content="athlete" />
<meta property="fb:app_id" content="251338211564923" />

I have a standard like button installed at the top which functions correctly. The story in my stream includes an image and pulls up the correct metadata. The sportsperson section of my profile gains a new page with all the metadata except the image.

The Linter shows the image: http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fbandita.circulartriangle.com%2Fmo-rollem-3

But the Open Graph shows the question mark default: http://graph.facebook.com/?id=http%3A%2F%2Fbandita.circulartriangle.com%2Fmo-rollem-3

What am I doing wrong? Am I doing something wrong? There was a bug about this last year but it doesn't seem to affect any of the other sites I check.

share|improve this question
Have you found a solution to this issue, I'm having the same problem where my og:image is not being found for facebook share. – bhavinp Sep 20 '11 at 2:01
It seems the scaper is running very slowly, and the image scaler even more slowly than that. Plan for it taking 3 days. – MatthewWilkes Oct 10 '11 at 15:50

1 Answer

up vote -1 down vote accepted

The open graph system is very slow, sometimes taking many days to scrape, and even more to scale images.

share|improve this answer
Actually you can update the open graph at any moment using facebook's debug tool. Images are re sized immediately.. – Adam Sack Nov 11 '11 at 18:12
Not true, Adam. In the normal case that seems to be true, but it is asynchronous and in cases where the service is under very heavy load it can take days. In this case, when I asked the service was partially unavailable. – MatthewWilkes May 17 '12 at 3:44

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.