#angelothanks snarfed. i'm seeing a couple of differences.
#[tantek]fascinating, the full content of a Threads post is in the HTML in the meta property="og:description" looks like, at least on the Adam M. post announcing their support for federating out
#[tantek]that should mean that a metaformats parser should be able to pick up the full content
#[tantek]!tell capjamesg as promised, next steps for your "simple" auto-text UI is to make it into a very minimal notes posting client for Micropub:
#[tantek]1. add a "Sign-in" button which when clicked does an IndieAuth relying party flow (see Web Sign-in page for sample UX)
#[tantek]2. if sign-in was successful, change the "Sign-in" button to an "Enable Micropub" button, which, when clicked, does Micropub server discovery on the aforementioned IndieAuth URL, and attempts getting Micropub client publishing (create) permission,
#[tantek]3. if permission was granted, change the "Enable Micropub" button to a "Publish" button, which when clicked, publishes the value of the text field as a note via Micropub
#[tantek]I believe aaronpk has a short video presentation about how to do implement this flow quickly
[chrisaldrich], bret, eitilt, geoffo, AramZS and strugee joined the channel
#[manton]I usually send a user-agent of http://Micro.blog, but actually in this case I forgot to set it, so it’s probably being sent as “ruby” or something like that.
#Loqiwebfinger has -5 karma in this channel over the last year (-7 in all channels)
#aaronpkdoes this mean they implemented AP without webfinger?
#aaronpkok progress.... now the actual follow request to the inbox is being rejected
#angeloaaronpk do you know what you changed in your isolated code example?
#aaronpkno, and i'm only half paying attention right now too
geoffo and [KevinMarks] joined the channel
#[snarfed]they're definitely serving webfinger. again, I've only seen three accounts so far - mosseri, 0xjessel, christophersu - but it's working for me in both curl and BF
#aaronpkguess i should look at what is being signed
#[manton]I got a reply from christophersu on Threads too, saying they will improve the HTTP status codes. Slow rollout makes sense but can definitely make troubleshooting confusing.
#[manton]I’d be really curious how much ActivityPub traffic Threads is already generating across the fediverse.
#aaronpk[snarfed] or [manton]: do you have an example of the Follow request you're sending somewhere?
#aaronpki havent touched this ActivityPub code in several years so I might be out of date with the current version of mastodon and relying on some sort of mastodon backcompat at this point
#[manton]Not readily available but I can dig something up. Actually, I haven’t 100% confirmed that following is working. I just assumed it was after I discovered the user, need to double-check the responses.
#GWGaaronpk: Okay, that explains the person who liked me not being transformed
#GWGI always get a lot of thoughts because I usually only use OwnYourSwarm as a travel report generator. Need a check-in Micropub app that can query my venue database. IndiePass used to, but I need to figure out what happened and maybe file a bug report if it isn't on my side