I just managed to make a C2S post to my work-in-progress ActivityPub instance using your BOX client.
I had to make a couple of minor changes to it:
- The
authorizecommand respects$HTTPS_PROXY, but thepostcommand doesn't. I had to change this to get it to talk to services on my test network. - It doesn't send an OAuth
stateparameter; the OAuth server library I'm using complains about this so I fixed it.
Are you interested in patches/PRs? What's the best way to submit them?
#ActivityPubDev

marius (@[email protected])
7.06K Posts, 821 Following, 968 Followers · Mostly a programmer. Implementing #ActivityPub in the #Go programming language. Current projects: * #GoActivityPub - a library to use ActivityPub in Go. * #FedBOX - a generic ActivityPub service supporting the client to server API. * #brutalinks - a link aggregator inspired by (old) reddit, hacker news and lobste.rs built on top of FedBOX. * #oni - a single user ActivityPub server with minimal fuss. My posts are mostly related to ActivityPub and web development.