[中文]#
用途:#
参数:#
code_or_url: 帖子Shortcode或完整URL
end_cursor: 分页游 标,从上一次响应获取
返回:#
价格:#
[English]#
Purpose:#
Get list of users who liked the post
Parameters:#
code_or_url: Post shortcode or full URL
end_cursor: Pagination cursor from previous response
Return:#
data.items: List of users who liked
end_cursor: Next page cursor
Price:#
[示例/Example]#
code_or_url = "DRhvwVLAHAG"Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location --request GET 'https://api.tikomni.com/api/u1/v1/instagram/v2/fetch_post_likes?code_or_url=DRhvwVLAHAG&end_cursor' \
--header 'Authorization: Bearer <token>'
Modified at 2026-04-23 01:11:20