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 have defined and created a new object-action,i.e., READ-ARTICLE

however, the Facebook debug tool and the unix terminal (CURL) both show an error saying that the og:type is WEBSITE. i have cross checked and it is indeed ARTICLE. moreover, the term website does not appear on the entire web page. Please help asap.

this is my head tag

     <head prefix="og: http://ogp.me/ns# codereplugd: http://ogp.me/ns/apps/codereplugd#">
    <meta property="fb:app_id"      content="MY_APP_ID" /> 
    <meta property="og:type"        content="article" /> 
    <meta property="og:url"         content="http://www.codereplugd.com" /> 
    <meta property="og:title"       content="CodeReplugd" /> 
    <meta property="og:description" content="Share.Learn.Discover" /> 
    <meta property="og:image"       content="https://s-static.ak.fbcdn.net/images/devsite/attachment_blank.png" /> 

the actual source contains my app ID..i also tried replacing the type to "namespace:article", where namespace had my actual namespace

Thanks

share|improve this question

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.