Getting and Replying to Comments on Instagram with the Instagram Graph API
Comments
Get Comments Endpoint: https://graph.facebook.com/v5.0/{ig-media-id}/comments?fields=like_count,replies,username,text
Get Replies Endpoint: https://graph.facebook.com/v5.0/{ig-comment-id}/replies?fields=username,text,like_count
Post Comments Endpoint: https://graph.facebook.com/v5.0/{ig-media-id}/comments?message={message}
Post Replies Endpoint: https://graph.facebook.com/v5.0/{ig-comment-id}/replies?message={message}
Get Comments Raw Response