You are viewing a single comment's thread from:
RE: Live Coding Javascript Steem-js
Hey! I've been following your tutorials! Great content... thank you so much for helping devleopers gets aquanited with the steem-js API
I have a quick question about steem-js:
Does anyone know how to obtain the tags used by a spcefic account? I noticed with the API call for 'getAccounts' there is an array called 'tags_usage'; however, for every account I look at the array is empty... 'tags_usage: []'.
There are a lot of fields like that. They were used at one point, but are deprecated now and no longer contain the data you need. I recommend using account history. https://utopian.io/utopian-io/@r351574nc3/tutorial-viewing-steemit-account-history
You will want to
comment
operation.json_metadata
for eachcomment
tags
fromjson_metadata
. Here's an example ofjson_metadata
.Hope that helps.
Wow, thank you so much! I will be doing some coding tonight and will let you know how it goes!