akirk / friends

A social network between WordPresses. Privacy focused, by itself a self-hosted RSS++ reader with notifications.
https://wpfriends.at/
GNU General Public License v2.0
81 stars 14 forks source link

Subscribing to a Threads user via ActivityPub isn't supported #376

Open 2br-2b opened 3 hours ago

2br-2b commented 3 hours ago

Hello!

Right now, if I try to subscribe to a federated Threads user via ActivityPub (see @alex.stamos@threads.net as an example), it provides an error that there aren't any feeds available: image

image

akirk commented 2 hours ago

Thanks for the report. I need to investigate what's going on. The request below typically works for Mastodon servers but looks like not for Threads.

https://webfinger.net/lookup/?resource=alex.stamos%40threads.net

$ curl -H"Accept: application/activity+json" https://threads.net/ap/users/17841400831593087/
{"success":false,"error":"Not found"}

@pfefferle do you have an idea here?

akirk commented 2 hours ago

Oh, I recall that on threads.net you need to enable ActivityPub for your account. So Alex Stamos didn't do this.

image

akirk commented 2 hours ago

Oh sorry, you said they were federated and I can confirm this on a Mastodon account, so I need to find a way to talk to threads.net differently.

Screenshot 2024-10-18 at 09 13 12