Hi @marius!
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:
Are you interested in patches/PRs? What's the best way to submit them?
#ActivityPubDev
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