IG 미디어 개체에서 IG 댓글을 생성하려면 대신 POST /{ig-media-id}/comments 엔드포인트를 사용하세요.
POST /{ig-comment-id}/replies?message={message}
필수 사항으로 표시되지 않은 이상 쿼리 문자열 매개변수는 선택 사항입니다.
{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_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"
}
]
}이 작업은 지원되지 않습니다.
이 작업은 지원되지 않습니다.