Skip to content

Instantly share code, notes, and snippets.

@victorneo
Created May 10, 2020 05:17
Show Gist options
  • Save victorneo/0112b66cc124526bde6ed92cbb9f86be to your computer and use it in GitHub Desktop.
Save victorneo/0112b66cc124526bde6ed92cbb9f86be to your computer and use it in GitHub Desktop.
Mastodon Webfinger Response
{
"subject":"acct:victorneo@mastodon.social",
"aliases":[
"https://mastodon.social/@victorneo",
"https://mastodon.social/users/victorneo"
],
"links":[
{
"rel":"http://webfinger.net/rel/profile-page",
"type":"text/html",
"href":"https://mastodon.social/@victorneo"
},
{
"rel":"self",
"type":"application/activity+json",
"href":"https://mastodon.social/users/victorneo"
},
{
"rel":"http://ostatus.org/schema/1.0/subscribe",
"template":"https://mastodon.social/authorize_interaction?uri={uri}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment