From 8b625ba7f03947167478a31ef3521a2e165302d5 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Wed, 27 May 2026 08:40:37 +0200 Subject: [PATCH] Update help-gotoso-en.md --- help-gotoso-en.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/help-gotoso-en.md b/help-gotoso-en.md index 81bad5d..8ac4cc5 100644 --- a/help-gotoso-en.md +++ b/help-gotoso-en.md @@ -1,6 +1,18 @@ -# Help for GoToSocial +# Help -## Find your Account ID +## Snac + +### Create a Token + +1. Adjust the following link and paste it into your browser: + ``` + https://snac.thepipes.ch/oauth/x-snac-get-token + ``` + → Log in, authorize, and copy the **code**. + +## GoToSocial + +### Find your Account ID 1. Open your profile (`https://YOUR_INSTANCE_URL/@YOUR_USERNAME`) 2. View the **page source** and search for this line in the `` section: ```html @@ -9,7 +21,7 @@ 3. You will find your **account ID** in this line between `fileserver` and `attachment`: `.../fileserver/ACCOUNT_ID/attachment/...` 4. Copy your account ID and enter it in Yellow's `yellow-system.ini` under *MastodonapiAccountId*. -## Create a Token +### Create a Token 1. Log in to your GoToSocial instance under `/settings` and click **New Application** under **Applications**. 2. Under `Application name (required)`, enter a name (e.g., *yellow-mastodonapi*). The other fields can be left blank. Click **Create**.