this post was submitted on 05 May 2025
22 points (89.3% liked)

Fediverse

33636 readers
112 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 !moderators@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
 

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
[โ€“] andypiper@lemmy.world 12 points 2 weeks 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 andypiper@threads.net fails, but with fedify lookup -a andypiper@threads.net (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.

[โ€“] Irelephant@lemm.ee 3 points 2 weeks ago

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

Thanks!