Skip to content

Instantly share code, notes, and snippets.

@lumenwrites
Last active April 19, 2017 23:19
Show Gist options
  • Save lumenwrites/603073cb6dc9d2a73b69cd6e511ee7ab to your computer and use it in GitHub Desktop.
Save lumenwrites/603073cb6dc9d2a73b69cd6e511ee7ab to your computer and use it in GitHub Desktop.
ActivityPub
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Like",
"id": "https://social.example/alyssa/posts/5312e10e-5110-42e5-a09b-934882b3ecec",
"to": ["https://chatty.example/ben/"],
"author": "https://social.example/alyssa/",
"object": "https://chatty.example/ben/p/51086"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment