您能否为不属于您的页面(即您是第三方)获取页面访问令牌? (脸书见解)
Can you get a page access token for a page you do not own, ie you are a third party ? (FB insights)
想将这些 FB Graph API 见解端点用于 Nike FB 页面。
https://developers.facebook.com/docs/graph-api/reference/v2.12/insights
但是,每次我使用 developers.facebook.com 工具并生成一个新的 "Page Access Token" 然后尝试输入端点时,我都会收到此错误:
{
"error": {
"message": "(#190) This method must be called with a Page Access Token",
"type": "OAuthException",
"code": 190,
"fbtrace_id": "CWg3K5qBxk+"
}
}
主页令牌仅供主页所有者使用。以这种方式思考:您是否能够访问您不拥有的某些网站的 Google 分析?当然,也无法访问您不拥有的 Facebook 页面的 Facebook Insights。
我相信您无法访问信息见解。
但是您可以从 API
中获取一些信息
例如:
'Nike?fields=fan_count,pharma_safety_info,phone,description'
returns:
{
"fan_count": 32788277,
"description": "Just Do It. ",
"id":“15087023444”
}
想将这些 FB Graph API 见解端点用于 Nike FB 页面。 https://developers.facebook.com/docs/graph-api/reference/v2.12/insights
但是,每次我使用 developers.facebook.com 工具并生成一个新的 "Page Access Token" 然后尝试输入端点时,我都会收到此错误:
{
"error": {
"message": "(#190) This method must be called with a Page Access Token",
"type": "OAuthException",
"code": 190,
"fbtrace_id": "CWg3K5qBxk+"
}
}
主页令牌仅供主页所有者使用。以这种方式思考:您是否能够访问您不拥有的某些网站的 Google 分析?当然,也无法访问您不拥有的 Facebook 页面的 Facebook Insights。
我相信您无法访问信息见解。
但是您可以从 API
中获取一些信息例如:
'Nike?fields=fan_count,pharma_safety_info,phone,description'
returns:
{ "fan_count": 32788277, "description": "Just Do It. ", "id":“15087023444” }