Hey there. Trying to find a way to resteem/share posts using SteemJ. Everything else about it looks flawless but I'm not sure if resteeming is a web-only feature or if it's just not included in this API.
You are viewing a single comment's thread from:
Hay @atherz ,
resteeming a post is done by a custom_json operation. I am currently online by phone and can't provide a sample for SteemJ that easily, but here you can see how its done in steem-js. Please let me know if you got it working :)
@dez1337 Okay, seems like everything should be working: Parsed JSON, signed transaction, etc. When I broadcast the transaction containing the CustomJsonOperation, it doesn't throw any errors. Even then, I still don't see the resteemed post showing on my blog. Any final tips?
Hay @atherz,
Sadly I am still on tour but will be back at the weekend to check this issue. Could youplease create a github issue and provide as much information as possible? The only guess I have right now is that you forgot to add your account to the required posting auth field.
Best regatds!
Posted the issue!
Posted the solution (hopefully) :P :)