我们应该如何在v2.4中弃用/ [post-id]来检索单个帖子?

时间:2015-07-11 04:57:24

标签: facebook facebook-graph-api

我刚试过这个路径/v2.4/10153513872748291的Graph API资源管理器,我得到了这个结果:

{
  "error": {
    "message": "(#12) singular links API is deprecated for versions v2.4 and higher",
    "type": "OAuthException",
    "code": 12
  }
}

但是https://developers.facebook.com/docs/reference/api/post/没有提及任何关于弃用的内容。

我不确定我是否遗漏了某些内容,或者还有其他方法可以获取有关个别帖子的信息。

编辑:v2.3有效,但v2.4是最新的。

2 个答案:

答案 0 :(得分:116)

看起来你现在需要组合用户的id或发布帖子的页面(或者是谁的墙壁),下划线,然后是帖子ID。

对于由10153513872748291页面制作的Drama-addict示例帖子,其标识为141108613290 - 所以141108613290_10153513872748291将有效。

788239567865981_10153513872748291也是如此,因为788239567865981是发帖的用户的ID。

答案 1 :(得分:1)

Firstput userId下划线添加postId / Likes以检查Facebook中的状态

userId_post_Id /喜欢获取喜欢的记录

userId_post_Id /提取评论记录的评论

for (i in 1:length(unique(company))) {
    for (j in 1:length(unique(year))) {
        ....
     }
}

enter image description here

    https://developers.facebook.com/tools/explorer/145634995501895/?method=GET&path=303261006522998_751199848395776%2FLikes&version=v2.9

    **In this link Right side Get Token indide GetAccessToken to select Permission**