You are viewing a single comment's thread from:

RE: SteemJ V0.3.3 has been released ~ Use the Steem API in your Java Project

in #steemdev7 years ago

Hay @jbp,

Yes, you need to provide the account to get the followers for, a string describing for what you want to get the followers for and the number of results: "dez1137", "blog", 100

This will return the first 100 accounts of people following my blog :)

You can find a sample with SteemJ here at line 500.

Best regards!

Sort:  

Thanks alot!

Is there also a method to get all voters of a post? I don't see any.