From 276b78e8e0eafb2f6695e9c3e07e7ed14ad44a99 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 10 Aug 2023 01:36:55 +0200 Subject: [PATCH] config.yaml: document the API access_token required for Mastodon 4.2.0 Fixes Github issue #6 --- config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.yaml b/config.yaml index 23cc155..8c8a80a 100644 --- a/config.yaml +++ b/config.yaml @@ -3,6 +3,12 @@ streams: # The fedi.buzz firehose stream - "https://fedi.buzz/api/v1/streaming/public" # You may list the streaming API of other instances here + - "https://example.org/api/v1/streaming/public" + # Starting with Mastodon v4.2.0 this API requires + # an access_token that must be obtained from + # https://example.com/settings/applications/new + # with permission `read:statuses` + - "https://example.com/api/v1/streaming/public?access_token=EfDOWQkbWFfWsZB-4Xv0axfraMTRzSV0GhB1FVAleBs" # external https hostname hostname: relay.fedi.buzz # where your reverse proxy will connect to