我使用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组中的帖子发表评论。