ブラウザーでこの実際のURL ( http://www.sephora.com/rose-h-cream-P224527 ) に関連付けられているURL #1 ( https://graph.facebook.com/280518352029215 ) をヒットすると、次のように正しく出力されます。
{
about: "What it is:A rich hand moisturizer.What it is formulated to do:Jurlique's Rose Hand Cream deeply hydrates the hands, restoring a soft, supple feeling.What it is formulated WITHOUT:- Parabens- Synthetic Fragrances- Synthetic Dyes- Petro-ChemicalsWhat",
category: "Product/service",
description: "What it is:A rich hand moisturizer.What it is formulated to do:Jurlique's Rose Hand Cream deeply hydrates the hands, restoring a soft, supple feeling.What it is formulated WITHOUT:- Parabens- Synthetic Fragrances- Synthetic Dyes- Petro-ChemicalsWhat",
is_published: true,
talking_about_count: 0,
were_here_count: 0,
id: "280518352029215",
name: "Sephora: Rose Hand Cream : hands-feet-bath-body",
link: "http://www.sephora.com/rose-h-cream-P224527",
likes: 1
}
( http://www.sephora.com/green-tea-oil-control-mask-P379853 ) に関連付けられたURL #2 ( https://graph.facebook.com/541777132555995 )は、グラフを開いているにもかかわらず、まったく異なる応答を示しますメタ タグは URL #1 と同じです。これは応答です:
error: {
message: "An access token is required to request this resource.",
type: "OAuthException",
code: 104
}
さらに、アクセス トークンを使用しても、次の応答が得られます。
https://graph.facebook.com/541777132555995?access_token=158904350882249|753f74bda2299df3758d21708c7ba34c
error: {
message: "Unsupported get request.",
type: "GraphMethodException",
code: 100
}
URL #1 のような応答を得るには URL #2 が必要です... アクセス トークンの有無にかかわらず、URL #1 と同様の応答が必要です。両方の URL は、メタ タグがプログラムで生成された同じ Web サイトとアプリから来ているため、FB が URL #1 を正常に使用できたのに、URL #2 を使用できなかった理由がわかりません...助けてください!
ありがとう