this post was submitted on 05 May 2025
23 points (89.7% liked)

Fediverse

33358 readers
1057 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

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
 

I've been screwing around for a while and still haven't got a jsonld representation of anything.
webfinger isn't showing anything either.

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 13 points 3 days ago (1 children)

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. Running fedify lookup [email protected] fails, but with fedify 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.

[โ€“] [email protected] 3 points 3 days ago

Turns out my python script for sending signed requests is broken.

Thanks!