wakest ⁂ boosted
Hey, hi, hello!

mx here - geek, nerd, jack of many trades (master of none, obviously). Art and design, programming, hacking, reverse engineering, music.

Here mostly for the type and lettering, and to get first-hand fediverse experience.

Attached is a quick digital sketch to commemorate my overdue "some time lurker, first time poster" moment :)

#introduction #graphicdesign #typography #lettering #coding #programming #hacking #reverseengineering

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