我使用graph api在facebook组的帖子上发表评论 . 在2017年10月18日之前,此方法仍然正常工作:

POST /v2.10/{object-id}/comments HTTP/1.1
Host: graph.facebook.com
message=This+is+a+test+comment

https://developers.facebook.com/docs/graph-api/reference/v2.10/object/comments

但是在2017年10月18日之后,这种方法有一个错误:

(#3)通过API发布评论仅适用于页面访问令牌

看来facebook阻止了这个功能:https://developers.facebook.com/docs/graph-api/changelog#v2_10

我该如何解决?因为我需要在我的系统中对facebook组中的帖子发表评论 .