English
Appearance
Post a comment.
noteId
xsecToken
content
account
accounts
{ "success": true, "commentId": "comment-id" }
xhs_post_comment({ noteId: "abc123", xsecToken: "token", content: "Great post!" })
xhs_post_comment({ noteId: "abc123", xsecToken: "token", content: "Nice!", accounts: ["acc1", "acc2"] })
xhs_post_comment
Post a comment.
Parameters
noteIdxsecTokencontentaccountaccountsResponse
Example
Post comment
Multi-account comment
Notes