Reply to a Comment
Comment on a comment
Reply to a comment, i.e. comment on a comment, on either an Ayrshare made comment, using the Ayrshare Comment ID, or a comment made outside of Ayrshare, using the Social Comment ID.
Most often, you will reply to a comment made through Ayrshare, but when you want to reply to a comment made outside of Ayrshare, you can use the Social Comment ID, which you get GET /comment endpoint.
Header Parameters
Path Parameters
If replying to a comment made through Ayrshare, use the Ayrshare Comment ID commentId
returned from the POST comment endpoint.
For example, the Ayrshare comment ID commentId
returned from the POST comment endpoint is:
If replying to a comment made outside of Ayrshare, use the Social Comment ID commentId
from the social network.
For example, the social comment ID commentId
returned from a Facebook POST /comment or GET /comment endpoint is:
Body Parameters
If replying to a comment made through Ayrshare using the Ayrshare Comment ID, specify the platforms to post the reply. Supported platforms: facebook
, instagram
, linkedin
, tiktok
, twitter
, youtube
.
If replying to a comment made outside of Ayrshare using the Social Comment ID, specify the one platform to post the reply. Supported platforms: facebook
, instagram
, linkedin
, tiktok
, twitter
.
The reply to add to the comment.
Attach an image by providing the image URL. Only one image is supported. Facebook only.
Set to true
if replying to a comment using the Social Comment ID, which is the post commentId
from the social networks.
If replying to a TikTok comment with a Social Comment ID, you must also provide the TikTok video ID, which you get from the POST /comment endpoint or GET /comment endpoint.
Only required for TikTok and "searchPlatformId": true
.
Response as Object, otherwise as an Array. Default to true
.