You are viewing a single comment's thread from:

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

in #steemjs7 years ago

Hi @morning,

Thank you for sharing this info!

I'm looking for an API that allows me to create content (POSTs). I have been reading the documentation and it seems that we can only retrieve information or just create a comments or up-vote.

I wonder if you could point me to some API that allows creating POST in steemit.com.

Thanks,

@realskilled

Sort:  

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);
});