@atomicpoet @jan there are plenty of platforms that use ActivityPub but not the Mastodon API.
AcrivityPub is how all the servers talk to each other.
The Mastodon API is one of many ways they can talk to client-side apps.
Top-level
@atomicpoet @jan there are plenty of platforms that use ActivityPub but not the Mastodon API. AcrivityPub is how all the servers talk to each other. The Mastodon API is one of many ways they can talk to client-side apps. 2 comments
@atomicpoet @KelsonV The purpose of an API is to abstract complexity like ActivityPub. You can use the Mastodon API without knowing anything about ActivityPub: https://docs.joinmastodon.org/client/intro/ For what reason? Simple to publish posts, to read your timeline, etc. |
@KelsonV @jan Yes, I'm aware of that.
What I'm saying is that you can't exactly use Mastodon's API without ActivityPub.
I mean, maybe someone can go ahead and do it. For what reason, I don't know.