You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
What needs building
After spelunking in the express-activitypub reference implementation, I eventually ended up with the following extremely minimal ActivityPub essentials, listed nearly in order of difficulty:
- A [WebFinger](https://webfinger.net/) endpoint that returns account information.
- A user endpoint (https://macwright.com/u/photos) that returns more account information if you use an Accept: application/json header.
- An inbox (https://macwright.com/api/inbox) that receives follow requests.
- A process to post new photos when I publish them.
With all these together, the [photos section](https://macwright.com/photos/) of this website is a “user” that you can follow from a Mastodon server: @photos@macwright.com.
cf https://seenthis.net/messages/980747
Reste à voir ce qu'on implémente et comment...
Quelques liens à ce sujet :
The text was updated successfully, but these errors were encountered: