this post was submitted on 26 Feb 2024
98 points (92.2% liked)
Fediverse
28468 readers
453 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to [email protected]!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's possible that someone from lemmy.world found one of the Threads accounts they were using for testing, but they're not testing it anymore (or have maybe changed the requirements)
If you do:
curl https://threads.net/.well-known/webfinger?resource=acct:[email protected] | jq .
you get:
but if you do:
curl --header 'accept: application/activity+json' https://www.threads.net/ap/users/mosseri/ | jq .
you get:
This is what happens when lemmy searches for something remote, so it errors with
The webfinger object did not contain any link to an activitypub item
if you try from there.