Likes
Like Post Add
Add a like/vote to a post. A "like" is pretty much what you'd expect for any modern social platform, it will inform the feed algorithm and the account's recommendations as well as listing the post on their profile. Idempotent operation where repeated use will do nothing.
Add a like/vote to a post. A "like" is pretty much what you'd expect for any modern social platform, it will inform the feed algorithm and the account's recommendations as well as listing the post on their profile. Idempotent operation where repeated use will do nothing.
PUT
/likes/posts/{post_id}storyden-session<token>
In: cookie
Path Parameters
post_idstring
Unique post ID.
Format
xidResponse Body
curl -X PUT "https://loading/api/likes/posts/cc5lnd2s1s4652adtu50"Empty
Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}