English
Appearance
Like or unlike a comment.
noteId
xsecToken
commentId
unlike
account
accounts
{ "success": true, "action": "like_comment", "commentId": "xxx" }
xhs_like_comment({ noteId: "abc123", xsecToken: "token", commentId: "comment-id" })
xhs_like_comment({ noteId: "abc123", xsecToken: "token", commentId: "comment-id", unlike: true })
xhs_like_comment
Like or unlike a comment.
Parameters
noteIdxsecTokencommentIdunlikeaccountaccountsResponse
Examples
Like a comment
Unlike a comment