私はすばらしいチュートリアルに従っています (Android ですが、関係ありません)。オープン グラフに公開する最後のステップで立ち往生しています。ここでカスタム オブジェクト (ピザ) を定義しました。オブジェクトデバッガーでテストしましたが、すべて問題ありません。テスト結果は次のとおりです。
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) Object at URL https://graph.facebook.com/510362212378653 has og:type of 'website'. The property 'meal' requires an object of og:type ' tungscrumptious:meal'."
明らかに、og:type
デバッガーによって表示されるのはtungscrumptious:meal
,not website
です。他に何を確認すればよいですか?Tks