@steve (how) can I test Flowz?
I would love to implement C2S in WordPress and need a test client 馃き 馃槉
https://github.com/Automattic/wordpress-activitypub/pull/2851
@steve (how) can I test Flowz?
I would love to implement C2S in WordPress and need a test client 馃き 馃槉
https://github.com/Automattic/wordpress-activitypub/pull/2851
@pfefferle I haven't been working on Flowz for the last 6 or 7 months, but I plan to dust it off and continue work on it given the recent interest in the ActivityPub client API. I subscribed to the github issue and will track that. Is the WP implementation ready for testing?
@steve nice!
I think the PR is at least ready for a test run!
@pfefferle if you're satisfied with using a CLI tool, you can try the client I created for GoActivityPub based servers: https://git.sr.ht/~mariusor/box
It supports OAuth2 dynamic client creation either with CIMD or with RFC7591
It supports creating activities for publishing text content and some basic loading of information about ActivityPub objects.
In the near future it will also support proxyUrl to interact with secure fetch servers, but not just yet.
@pfefferle also perhaps @django will be interested in collaborating. He's the latest to try to implement clients for C2S, and I imagine WordPress would be a sweet, sweet target for him.