Ghost’s @johnonolan and WordPress’s @pfefferle want to help blogs and long content thrive on the open social web. Meet “the longformers,” who chatted to @mike for the latest edition of Dot Social.

https://about.flipboard.com/fediverse/john-onolan-and-matthias-pfefferle/

#DotSocial#Ghost#WordPress#Fediverse#FederatedMedia#ActivityPub#Federation

Maybe rather than talking about federating everything on the web, we need to talk about federating what, and how.

In an interview with Simon Vansintjan from Mirlo, he talks about anyone with an account on their platform can create a music blog. It would be great to be able to subscribe to one of those blogs via ActivityPub, and get a notification in nu fediverse account whenever they publish new post.

podcasters.spotify.com/pod/sho

(1/?)

Hey fedi, I need some help!

I am trying to connect an application I am making with the Fediverse. When I search for an actor I am successfully able to get to the profile (yay) but when I search for a post I cannot find it.

I am receiving the GET request and am sending the response with the content type ("application/activity+json") (for example):

{
"@context":"https://www.w3.org/ns/activitystreams",
"name":"New Note",
"type":"Note",
"id":"https://critters.jpleite.eu/posts/1",
"attributedTo":"https://critters.jpleite.eu/users/1",
"content":"Hello there!",
"to":[]
}

Why would Mastodon not display the post?
The on Mastodon’s side is returning 403 action not allowed.

Thank you

#federation #fediverse #mastodon #help #mutualaid #MutualAidRequest #programming #activitypub #development #needhelp