@dansup @Gargron @[email protected] @[email protected] does that mean I have to send every post to the inbox of every follower?
@pfefferle @dansup @[email protected] @[email protected] Yes, or to sharedInbox if multiple people have the same one
@Gargron @dansup @[email protected] @[email protected] ok, thanks! do I also have to accept follow requests?
How to make friends and verify requests

In the previous tutorial we have learned how to send a reply to another ActivityPub server, and we have used mostly static parts to do it. Now it’s time to talk about how to subscribe to other people and receive messages. The inbox Primarily this means having a publicly accessible inbox and validating HTTP signatures. Once that works, everything else is just semantics. Let’s use a Sinatra web server to implement the inbox.

Mastodon Blog
@Gargron @dansup @[email protected] @[email protected] @puckipedia I now understand the signature stuff and can verify signatures from mastodon and can also verify and check my own signatures, but I always get a "Verification failed for [email protected] https://pfefferle.org/author/pfefferle/" from mastodon... Is the time verification (date.abs <= 30) functionally or any ideas what might be wrong? My dummy code: https://gist.github.com/pfefferle/86dea57ed3a1492611a229ea62205179 #mastodon #activitypub
@Gargron @dansup @[email protected] @[email protected] @puckipedia works now 😍 it was a caching problem, because I changed my RSA-keys... I think I will have a working WordPress plugin by the beginning of the next week! #mastodon #wordpress #activitypub