Update help-gotoso-en.md
This commit is contained in:
parent
1afcf3e9b8
commit
8b625ba7f0
1 changed files with 15 additions and 3 deletions
|
|
@ -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 `<head>` 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**.
|
||||
|
|
|
|||
Loading…
Reference in a new issue