You are viewing a single comment's thread from:RE: SteemJ V0.3.3 has been released ~ Use the Steem API in your Java ProjectView the full contextjbp (56)in #steemdev • 7 years ago Do you know what I need to give as an argument for follow_type in follow_api get_followers()?
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!
Thanks alot!
Is there also a method to get all voters of a post? I don't see any.