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