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.

With the recent changes in FB Open Graph all the pages in my website have broken.

Any content shared in FB from my website does not display title, picture, description or any other meta tag i have used.

Moreover i get "Inferred Property" errors in the meta tag Linter.

In detail

I examine this URL:

http://boothchat.com/booth_10540/2775/Danoxyde/you-held-the-crossbow...-

The links to the linter for the link is here (FB Linter)

Linter reports (and for all my pages):

Warnings That Should Be Fixed

Inferred Property: The og:url property should be explicitly provided, even if a value can be inferred from other tags.

Inferred Property: The og:title property should be explicitly provided, even if a value can be inferred from other tags.

Moreover the linter reports the og:type as "website" while i have explicitly declared "article"

If you read source on the links provided you will see meta tags properly defined. Find pasted in the bottom the source of the second url...

If you type the url (or any content from my site) on your Facebook post form, the website will not be parsed, no image will appear and any other meta information. The same happens whenever you click on the LIKE button on single frame pages (like the second url provided)

Please help

Header Source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>Danoxyde on Boothchat :: you held the crossbow... !!!</title>
<meta property="og:title" content="Danoxyde on Boothchat :: you held the crossbow... !!!" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://boothchat.com/booth_10540/2775/Danoxyde/you-held-the-crossbow...-" />
<meta property="og:image" content="http://photos.boothchat.com/uploads/2011/10/20/344/original/3344c41d2b5c74ae1b8422c6e74ef91a.jpg" />                 
<meta property="og:image" content="http://boothchat.com/img/boothchat_logo.png" />
<meta property="og:site_name" content="Boothchat" />
<meta property="fb:admins" content="817295129,219589688052001" />
<meta property="fb:app_id" content="190164921029943" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="Photo Chatting is fresh! Join now for instant fun!" />
share|improve this question
I found an interesting thread on the old FB devel forums, i followed every tip i saw in that post however the problem stil persists :( here is the url: forum.developers.facebook.net/viewtopic.php?id=104831 – thanpolas Oct 20 '11 at 13:41
Problem fixed. I managed to understand what was going wrong by accessing my site faking the FB AGENT: curl -A "facebookexternalhit/1.1 (+facebook.com/externalhit_uatext.php)"; boothchat.com/booth_10540 – thanpolas Oct 20 '11 at 16:19

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.