Update help-gotoso-en.md

This commit is contained in:
simonpipe 2026-05-27 08:40:37 +02:00
parent 1afcf3e9b8
commit 8b625ba7f0

View file

@ -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`) 1. Open your profile (`https://YOUR_INSTANCE_URL/@YOUR_USERNAME`)
2. View the **page source** and search for this line in the `<head>` section: 2. View the **page source** and search for this line in the `<head>` section:
```html ```html
@ -9,7 +21,7 @@
3. You will find your **account ID** in this line between `fileserver` and `attachment`: `.../fileserver/ACCOUNT_ID/attachment/...` 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*. 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**. 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**. 2. Under `Application name (required)`, enter a name (e.g., *yellow-mastodonapi*). The other fields can be left blank. Click **Create**.