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 moved my site from ”http://horim.kfits.com” to “http://www.horim10.com “

I created two identical pages on the different sites and use the Facebook debugger.

When I debug the following site - http://horim.kfits.com/Main/Try1.aspx I received:

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.

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

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

When I debug the following site - http://www.horim10.com/Main/Try1.aspx
I received:

Error Parsing URL: Error parsing input URL, no data was scraped.

Two questions:

  1. Why in “horim10” I received Error message?

  2. When I tried to put in the code “meta property="og:image" I received error message which say that the property attribute is not supported The page code:

share|improve this question
1  
Is the horim10 url available ? I am not able to access it right now. If the URL is inaccessible, the debugger can't scrape anything. – Deepak Lakshmanan Oct 23 '12 at 17:36
Seems you fixed horim10.com/Main/Try1.aspx ; I see that the FB Debugger can read and parse it now. – Donn Lee Oct 24 '12 at 18:59

closed as too localized by phwd, Uwe Keim, Richard Harrison, Julius, Jason Heine Oct 28 '12 at 16:44

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.