2

我想做以下事情(如果可能的话)。

  • 喜欢评论
  • 像一张图片

我有的:

权限:

发布流、用户喜欢、离线访问

当我尝试喜欢一个故事时:

{
    "error": {
      "message": "(#200) Permissions error",
      "type": "OAuthException",
      "code": 200
   }
}

我已经尝试使用我允许自己使用的另一个应用程序的令牌,并且它可以工作,但是从中获得正确的权限并不容易。

所以; 我需要哪些权限才能点赞评论/img?(如果可能,该权限的正确名称)

谢谢。

4

2 回答 2

2

Double check your permissions & code. You only need the publish_stream permission:
Comments

You can like a comment by issuing an HTTP POST request to COMMENT_ID/likes with the publish_stream permission. No parameters necessary.

Status

You can write to the STATUS_MESSAGE_ID/likes connection to like the status message by issuing an HTTP POST request with the publish_stream permission. No parameters necessary.

于 2012-06-04T14:38:22.443 回答
-1

AFAIK 你根本不能通过应用程序/图形 API 发布喜欢。

于 2012-06-04T13:03:30.757 回答