You are viewing a single comment's thread from:

RE: Steem API Guide - How To Get Recent Posts(getDiscussionsByCreated) and Load More

in #steemjs8 years ago

comment is post if you pass empty string '' at parentAuthor and parentPermlink

steem.broadcast.comment(wif, parentAuthor, parentPermlink, author, permlink, title, body, jsonMetadata, function(err, result) {
  console.log(err, result);
});