Sean Tilley to Fediverse@lemmy.worldEnglish • 1 year agoYou Can Now Follow President Biden on the Fediversewedistribute.orgexternal-linkmessage-square9fedilinkarrow-up171arrow-down135file-text
arrow-up136arrow-down1external-linkYou Can Now Follow President Biden on the Fediversewedistribute.orgSean Tilley to Fediverse@lemmy.worldEnglish • 1 year agomessage-square9fedilinkfile-text
minus-squareSean TilleyOPlinkfedilinkEnglish2•edit-21 year agoWeird, maybe you have to use an ActivityPub server to complete the lookup? I managed to get it to work with Mastodon and Akkoma, but haven’t tried anything else. Edit: alternatively, try doing a Webfinger lookup for @potus@threads.net directly?
minus-square@Zak@lemmy.worldlinkfedilinkEnglish1•1 year ago Weird, maybe you have to use an ActivityPub server to complete the lookup? I was testing it with curl because my self-hosted Mastodon server doesn’t find it. Edit: alternatively, try doing a Webfinger lookup for @potus@threads.net directly? The leading @ is incorrect for a webfinger account lookup. $ curl https://threads.net/.well-known/webfinger?resource=acct:@potus@threads.net {"success":false,"error":"Not found"}
Weird, maybe you have to use an ActivityPub server to complete the lookup? I managed to get it to work with Mastodon and Akkoma, but haven’t tried anything else.
Edit: alternatively, try doing a Webfinger lookup for
@potus@threads.net
directly?I was testing it with curl because my self-hosted Mastodon server doesn’t find it.
The leading @ is incorrect for a webfinger account lookup.
$ curl https://threads.net/.well-known/webfinger?resource=acct:@potus@threads.net
{"success":false,"error":"Not found"}