我正在尝试使用Facebook API获取粉丝页面的 / home 端点,但它会返回此错误:
Array ( [message] => You can only access the "home" connection for the current user. [type] => GraphMethodException [code] => 100 )
我尝试使用:
它们都不起作用,每次都返回相同的错误。
注意:如果我尝试获取父帐户的 / home 并使用其AuthToken,它会正常工作。
有什么想法吗?
谢谢!
答案 0 :(得分:4)
您需要使用
GET /{page_id}/feed
端点(https://developers.facebook.com/docs/graph-api/reference/v2.0/page/feed/)。
页面没有/{page_id}/home
,请参阅https://developers.facebook.com/docs/graph-api/reference/v2.0/page/#edges