我想知道是否可以使用 url id [见下文] 在下面的链接中查找粉丝页面信息。
{
data: [
{
url: "http://stackoverflow.com",
id: 24121414888,
type: "link",
site: "stackoverflow.com"
}
]
}
https://graph.facebook.com/11239244970
如果您使用链接 ID,则会引发如下错误:
{
error: {
message: "An access token is required to request this resource.",
type: "OAuthException",
code: 104
}
}
如果有人知道这样做的好方法,我将不胜感激。可以是 FQL 或图表形式。我真的很想通过 URL 搜索,而不是像下面的链接这样的非官方页面结果的意大利面条线。
https://graph.facebook.com/search?q=stackoverflow.com&type=page
在此先感谢您的帮助。