From 969475a02f13e718ecf6efbff80cbb0d1bee8706 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Thu, 2 Jan 2025 12:40:44 +0000 Subject: [PATCH] Update Mastodon permissions (#36650) Co-authored-by: Franck Nijhof --- source/_integrations/mastodon.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_integrations/mastodon.markdown b/source/_integrations/mastodon.markdown index 2d69ed5232f..108b8969de4 100644 --- a/source/_integrations/mastodon.markdown +++ b/source/_integrations/mastodon.markdown @@ -22,7 +22,10 @@ The `mastodon` platform uses [Mastodon](https://joinmastodon.org/) to deliver no ### Setup Go to **Preferences** in the Mastodon web interface, then to **Development** and create a new application. -If you want to grant only required accesses, uncheck all checkboxes then check only **read:accounts** and **write:statuses**. + +Check the following scopes **read:accounts**, **write:statuses** and **write:media**. + +Select **Submit** to create the application and generate the key, secret, and token required for the integration. {% include integrations/config_flow.md %}