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"
}
]
}この操作はサポートされていません。
この操作はサポートされていません。