this post was submitted on 05 May 2025
23 points (89.7% liked)
Fediverse
33392 readers
105 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)
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
Do you mean you're trying to access Threads' ActivityPub endpoint(s)?
I'm pretty certain that you have to use signed requests, and bear in mind that not all users have federation enabled.
I just confirmed that by using the
fedify
CLI to test. Runningfedify lookup [email protected]
fails, but withfedify lookup -a [email protected]
(which spins up a local server and performs authenticated requests) I get back JSON from the WebFinger endpoint.You'll probably get some folks able to share their experiences integrating / testing with Threads federation in some of the Fediverse Developers related Matrix rooms.
Turns out my python script for sending signed requests is broken.
Thanks!