swicg / activitypub-webfinger

SocialCG report for using ActivityPub with Webfinger
https://swicg.github.io/activitypub-webfinger/
8 stars 1 forks source link

Other links properties #6

Closed evanp closed 6 months ago

evanp commented 8 months ago

Avatar and profile page are well-known. Are there others that should/could be useful for AP?

pfefferle commented 7 months ago

The required links property for ActivityPub is:

{
    "rel": "self",
    "type": "application\/activity+json",
    "href": "https://example.org/author"
}

But besides of that there are only Avatar and Profile, see https://webfinger.net/rel/

evanp commented 7 months ago

So, ActivityPub actors include a number of additional properties, including:

I don't know if it would every be a helpful optimization to get these from the JRD.