表示对某条 Instagram 评论的 Instagram 评论的集合。
如要创建对某个 Instagram 媒体对象的 Instagram 评论,请使用 POST /{ig-media-id}/comments 端点。
POST /{ig-comment-id}/replies?message={message}
创建对某条 Instagram 评论的 Instagram 评论。
除非已注明为必填项,否则查询字符串参数为可选项。
{message}(必填项)— 评论中包含的文本。创建评论的用户的用户访问口令,包含以下权限:
instagram_basicinstagram_manage_commentspages_show_listpage_read_engagementIf the token is from a User whose Page role was granted via the Business Manager, one of the following permissions is also required:
ads_managementads_readPOST graph.facebook.com /17870913679156914/replies?message=*sniff*
{
"id": "17873440459141021"
}GET /{ig-comment-id}/replies
返回对某条 Instagram 评论的 Instagram 评论列表。
您无法获取对已删除评论的回复。
创建评论的用户的访问口令,包含以下权限:
instagram_basicpages_show_listpage_read_engagementIf the token is from a User whose Page role was granted via the Business Manager, one of the following permissions is also required:
ads_managementads_readGET graph.facebook.com /17873440459141021/replies
{
"data": [
{
"timestamp": "2017-08-31T16:53:49+0000",
"text": "This is a great comment",
"id": "17871618799146774"
},
{
"timestamp": "2017-08-30T04:24:45+0000",
"text": "It's me. Trust me.",
"id": "17887288333072596"
}
]
}不支持此操作。
不支持此操作。