有没有办法以编程方式og:image
使用https://graph.facebook.com查询检索 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/"/>
我知道我可以像这样使用 facebook 调试器,例如https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.rottentomatoes.com%2Fm%2Fmatrix%2F
查询给定的 url,facebook 调试器将提供结果。但我需要一种编程方式来检索结果,而不是点击 facebook 调试器工具。