プログラムでhttps://graph.facebook.comクエリog:image
を使用してURLのプロパティのコンテンツ値を取得する方法はありますか?
私のog対応ページ(「url」、この場合はhttp://mysite.net/my/page/1234/)には、次のようなメタタグが含まれます。-
<meta property="fb:admins" content="3132223"/>
<meta property="fb:app_id" content="60376622227"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:title" content="My og title abcdefg "/>
<meta property="og:description" content="This rocks!" />
<meta property="og:site_name" content="mysite.com"/>
<meta property="og:image" content="http://media2.mysite.com/files/albums/displayfb/abc.jpg"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="http://mysite.net/my/page/1234/"/>
特定のURLを照会すると、Facebookデバッガーが結果を提供します。しかし、Facebookデバッガーツールをポイントアンドクリックするのではなく、プログラムで結果を取得する方法が必要です。