From 8ecaed3d2f5a19bf1a5c4cb077658e1bd3bc8438 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 31 Aug 2024 09:27:42 -0700 Subject: remove all the twitter junk --- views/docs/syndication.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'views/docs') diff --git a/views/docs/syndication.php b/views/docs/syndication.php index 3452173..aaa695d 100644 --- a/views/docs/syndication.php +++ b/views/docs/syndication.php @@ -17,10 +17,6 @@ Content-type: application/json { "syndicate-to": [ - { - "uid": "https://twitter.com/aaronpk", - "name": "twitter.com/aaronpk" - }, { "uid": "https://news.indieweb.org/en", "name": "IndieNews" @@ -29,10 +25,10 @@ Content-type: application/json } -

The specific values of names and uids are up to your Micropub endpoint, but a good convention is to use the domain name of the service (e.g. https://twitter.com), or domain name and username (e.g. https://twitter.com/aaronpk) for the uid, and a friendly name like "Twitter" or "twitter.com/aaronpk" as the name.

+

The specific values of names and uids are up to your Micropub endpoint, but a good convention is to use the domain name of the service (e.g. https://news.indieweb.org), or domain name and username (e.g. https://mastodon.social/@aaronpk) for the uid, and a friendly name like "IndieNews" or "mastodon.social/@aaronpk" as the name.

Quill will check for your supported syndication targets when you sign in, but there is also a link on the new post screen to manually re-check if you'd like.

-

When you create a post and tap one of the syndication options, the value of uid is sent in a property called mp-syndicate-to, which instructs your endpoint to syndicate to that target. Note that Quill doesn't know whether the target is Twitter, Facebook, or something else, and doesn't talk to the service directly. It's just an instruction to your endpoint to syndicate to that destination.

+

When you create a post and tap one of the syndication options, the value of uid is sent in a property called mp-syndicate-to, which instructs your endpoint to syndicate to that target. Note that Quill doesn't know whether the target is Mastodon, IndieNews, or something else, and doesn't talk to the service directly. It's just an instruction to your endpoint to syndicate to that destination.

-- cgit v1.2.3