I defined and created a new action of the object, i.e. READ-ARTICLE
however, the Facebook debugging tool and the unix terminal (CURL) show an error saying that the type is og: WEBSITE. I crossed myself, and this is truly an ARTICLE. in addition, the term website does not appear on the entire web page. Please help as soon as possible.
this is my title 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 application id. I also tried replacing this type with "namespace: article" where the namespace had my actual namespace
source share