Re: Threads testing federation via ActivityPub

Same. They're also not serving host-meta:

curl -vL -H 'Accept: application/xrd+xml'
https://www.threads.net/.well-known/host-meta
curl -vL -H 'Accept: application/json'
https://www.threads.net/.well-known/host-meta

...but afaik that's not strictly required. Maybe they haven't actually
turned the test on yet, or it's only on for a set of test accounts that
doesn't include @zuck, or they're only allowlisting a few specific
fediverse servers' IPs.

On Wed, Dec 13, 2023 at 12:36 PM Evan Prodromou <evan@prodromou.name> wrote:

> Mike Macgirving pointed out that I'm not using the right media type! I
> tried with ld+json and didn't get any traction, though.
>
> ```
> curl -H 'Accept: application/ld+json; profile=
> "https://www.w3.org/ns/activitystreams"
> <https://www.w3.org/ns/activitystreams>' https://www.threads.net/@zuck
>
> curl -H 'Accept: application/ld+json; profile=
> "https://www.w3.org/ns/activitystreams"
> <https://www.w3.org/ns/activitystreams>'
> https://www.threads.net/@zuck/post/C0zXcQmxO77
>
> ```
> On 2023-12-13 2:07 p.m., Evan Prodromou wrote:
>
> I just saw this post on Threads:
>
> https://www.threads.net/@zuck/post/C0zXcQmxO77
>
> "Starting a test where posts from Threads accounts will be available on
> Mastodon and other services that use the ActivityPub protocol. Making
> Threads interoperable will give people more choice over how they interact
> and it will help content reach more people. I'm pretty optimistic about
> this."
>
> I haven't been able to probe WebFinger for threads.net accounts, nor do
> Threads URLs reply with Activity Streams 2.0 content.
>
> ```
> curl -H "Accept: application/activity+json" https://www.threads.net/@zuck
> curl -H "Accept: application/activity+json"
> https://www.threads.net/@zuck/post/C0zXcQmxO77
> curl -v
> "https://www.threads.net/.well-known/webfinger?resource=acct:zuck@threads.net"
> <https://www.threads.net/.well-known/webfinger?resource=acct:zuck@threads.net>
>
> ```
>
> Has anyone else been able to find signs of this "test" going on?
>
> Evan
>
>

-- 
https://snarfed.org/

Received on Wednesday, 13 December 2023 21:25:11 UTC