List post comments (multi-platform)
List comments on one of your posts. Supported platforms: Instagram, Facebook, YouTube (account must be connected with the youtube.force-ssl scope), LinkedIn (organization posts) and TikTok. For YouTube, post_id is the video ID; for LinkedIn, post_id is the post URN (e.g. urn:li:ugcPost:123); for TikTok, post_id is the video id. Instagram comments are returned newest-first per Meta Graph API v3.2+. Pass comment_id to get the replies under one comment instead of the post's top-level comments. TikTok requires the comments capability — TikTok grants comment permission only at the moment the account is connected, so an account connected earlier must be reconnected from Manage Users or the call answers 400 with error_code tiktok_reconnect_required.
Query parameters
Platform to list comments from. Defaults to 'instagram'.
Profile username as configured in Upload-Post.
Post identifier. YouTube = the video ID; LinkedIn = the post URN (urn:li:ugcPost:...); Instagram = numeric media ID. Use post_id or post_url (one is required).
Full post URL. Alternative to post_id.
Maximum comments to return per page.
Pagination cursor returned in pagination.next_cursor of the previous response. Pass it back to fetch the next page.
TikTok only. Returns the replies hanging off this comment instead of the post's top-level comments - the same question narrowed to a parent, not a separate URL. post_id is still required. TikTok indexes a newly created comment asynchronously: listing within ~10 seconds of writing one returns a list without it.
Response
Comments retrieved successfully.