从 Facebook 获取用户喜欢和反应的列表 api
Get list of user likes and reaction from facebook api
我正在尝试将 'likes' 和 'react' 的用户 ID 获取到 posts(post 不属于我)。我注意到在图表 api 浏览器中,点赞和反应 变灰。如果我能得到这些细节,有什么建议吗?
谢谢。
杰夫
https://developers.facebook.com/docs/graph-api/changelog/version2.11#gapi-90-pages
/page/* — User information will not be included in GET responses for any objects owned by (on) a Page unless the request is made with a Page access token. This affects all nodes and edges that return data for objects owned by a Page.
换句话说:如果您不拥有 Post 所属的页面,则无法获取用户数据。
我正在尝试将 'likes' 和 'react' 的用户 ID 获取到 posts(post 不属于我)。我注意到在图表 api 浏览器中,点赞和反应 变灰。如果我能得到这些细节,有什么建议吗?
谢谢。 杰夫
https://developers.facebook.com/docs/graph-api/changelog/version2.11#gapi-90-pages
/page/* — User information will not be included in GET responses for any objects owned by (on) a Page unless the request is made with a Page access token. This affects all nodes and edges that return data for objects owned by a Page.
换句话说:如果您不拥有 Post 所属的页面,则无法获取用户数据。