在浏览器中点击与此真实网址 ( 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 #2 来获得类似于 URL #1 的响应......无论是否带有访问令牌,我只需要一个类似于 URL #1 的响应。两个 URL 都来自同一个网站和应用程序,它们的元标记是通过编程生成的,因此我不明白为什么 FB 可以成功使用 URL #1,但不能成功使用 URL #2 ......请帮忙!
谢谢