Max sends follow request to jon
This UseCase shows the flow of a follow activity from an actor '@max@rdfpub.org' who wants to follow an actor '@jon@mast.org'
The UseCase describes the flow of a Activity-Pub Server that implements fep-4ccd |
{
"@context":"https://www.w3.org/ns/activitystreams",
"id":"https://activitypub.academy/4d4070a9-522f-4117-ac66-e8d7dd8e2751",
"type":"Follow",
"actor":"https://activitypub.academy/users/john",
"object":"https://dev.rdf-pub.org/resource/max"
}
|
-
The Actor @max@rdfpub.org tells SomeApp that he wants to follow @jon@mast.org.
-
SomeApp sends a C2S as:Follow Activity to the outbox of Actor @max@rdfpub.org.
-
The Activity-Pub Server 'rdfpub.org' sends a S2S as:Follow Activity to the inbox of @jon@mast.org
-
The Activity-Pub Server 'rdfpub.org' add the as:Follow Activity to the pendingFollowing collection of Actor @max@rdfpub.org.