Explore >> Select a destination


You are here

andregarzia.com
| | www.silvestar.codes
17.5 parsecs away

Travel
| | Discover my journey in web development and my reflections on the past year with my 2021 lookback article.
| | blog.joinmastodon.org
20.4 parsecs away

Travel
| | 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.
| | blog.soykaf.com
19.1 parsecs away

Travel
| | Implementing ActivityPub in Pleroma
| | blog.joinmastodon.org
94.5 parsecs away

Travel
| Today well be looking at how to connect the protocols powering Mastodon in the simplest way possible to enter the federated network. We will use static files, standard command-line tools, and some simple Ruby scripting, although the functionality should be easily adaptable to other programming languages. First, whats the end goal of this exercise? We want to send a Mastodon user a message from our own, non-Mastodon server. So what are the ingredients required?