我正在關注美味教程(Android,但它不相關),我被困在發佈到打開圖形的最後一步。 我已經定義了我的自定義對象(比薩)here。我已經在Object調試器上測試過了,一切正常。測試的結果表明:美味教程,打開圖形類型錯誤
Scrape Information
Response Code: 206
Fetched URL: https://tungscrumptious.herokuapp.com/pizza.html
Canonical URL: https://tungscrumptious.herokuapp.com/pizza.html
Object Properties
fb:app_id: 106093806983
og:url: https://tungscrumptious.herokuapp.com/pizza.html
og:type: tungscrumptious:meal
og:title: Pizza
og:image:
og:updated_time: 1377354274
Raw Open Graph Document Information
Meta Tag: <meta property="fb:app_id" content="106093806983" />
Meta Tag: <meta property="og:type" content="tungscrumptious:meal" />
Meta Tag: <meta property="og:url" content="https://tungscrumptious.herokuapp.com/pizza.html" />
Meta Tag: <meta property="og:title" content="Pizza" />
Meta Tag: <meta property="og:image" content="https://tungscrumptious.herokuapp.com/pizza.jpg" />
URLs
Graph API: https://graph.facebook.com/510362212378653
Scraped URL: See exactly what our scraper sees for your URL
然而,當我嘗試後的圖形,如下面的照片:
我得到了錯誤: 「消息」:「(#3502)對象在URL https://graph.facebook.com/510362212378653具有OG:「網站」的類型屬性「膳食」需要OG的目的:類型。「tungscrumptious:飯「」
顯然,og:type
如圖中的調試器是tungscrumptious:meal
,not website
。任何想法還有什麼要檢查? TKS