{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreihh4y3xp27a3cjndb3ugekdoq7o7rt4plbom6663zmqzzwfofham4",
    "uri": "at://did:plc:ixd3llanirxy6by2epvxdu7k/app.bsky.feed.post/3mltfshesxme2"
  },
  "description": "Hi @benpate@mastodon.social I've got a question about Activity Intents!\n\nI'm implementing it now (as you noticed) and have run into an interesting issue. The wording of 3b86 _suggests_ that the intents are distinct between users. That is, the end user inputs their **handle** , the **handle** is queried via webfinger, and supported Intents are returned.\n\nHowever, the intents themselves don't really distinguish between users.[...]",
  "path": "/post/1869",
  "publishedAt": "2026-05-14T18:05:01.386Z",
  "site": "https://activitypub.space",
  "tags": [
    "fep",
    "3b86",
    "activitypub",
    "@benpate@mastodon.social",
    ":rolling_on_the_floor_laughing:"
  ],
  "textContent": "Hi @benpate@mastodon.social I've got a question about Activity Intents!\n\nI'm implementing it now (as you noticed) and have run into an interesting issue. The wording of 3b86 _suggests_ that the intents are distinct between users. That is, the end user inputs their **handle** , the **handle** is queried via webfinger, and supported Intents are returned.\n\nHowever, the intents themselves don't really distinguish between users.[...]\n\nSo I could have a `localStorage` session with multiple handles registered (e.g. `julian@activitypub.space`, `nodebb@fosstodon.org`), etc. — this works fine.\n\nBut if I had two handles _with the same domain_ , `alice@example.social` and `bob@example.social`, then my intents can't be targeted, can they... I just fire off the request (or rather, I have the end user's browser navigate) to the intent URL and whatever account is logged in will be the actor.\n\nDid I miss something, or was there a way to distinguish actors in Activity Intents?\n\nP.S. I find it highly amusing that you had to click through to activitypub.space to read my whole post, but because I don't support Activity Intents yet, you can't reply properly :rolling_on_the_floor_laughing:",
  "title": "Multiple handles for Activity Intents"
}