Users who liked a Post or Reply
Endpoint allows to get users who liked existing post or Reply
Get users who liked post or reply
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"users": [
{
"id": "string",
"first_name": "string",
"last_name": "string",
"username": "string",
"picture": {
"url": "string",
"width": 0,
"height": 0,
"selection": {
"x": 0,
"y": 0,
"width": 0,
"height": 0
}
},
"relation": {
"is_following": true,
"is_followed_by": true,
"is_me": true
}
}
],
"paging": {
"cursors": {
"after": "string",
"before": "string"
},
"total": "string"
}
}Request body
Sample request and response
Last updated
Was this helpful?