From c79f54e8f8a762a39497bf59f044f5ad1127b237 Mon Sep 17 00:00:00 2001 From: zenfyr Date: Tue, 28 Apr 2026 14:09:33 +0000 Subject: [PATCH] docs: it's all about tokens --- docs/services.md | 16 +++++++++------- 1 file(s) changed, 9 insertion(s)(+), 7 deletion(s)(-) diff --git a/docs/services.md b/docs/services.md --- a/docs/services.md +++ b/docs/services.md @@ -47,11 +47,12 @@ ] } ``` -| Key | Description | -|----------------------|--------------------------------------------------------| -| `instance` | Account host. | -| `token` | Account access token. | -| `allowed_visibility` | Post visibilities that ware allowed to be crossposted. | +| Key | Description | +|----------------------|------------------------------------------------------------| +| `instance` | Account host. | +| `token` | Account access token. | +| `allowed_visibility` | Post visibilities that ware allowed to be crossposted. | +| `url_query_auth` | Pass auth token with the query string. (for Iceshrimp.NET) | #### Getting a token @@ -64,7 +65,8 @@ - Click on the new application and copy "Your access token" **Non-Mastodon** -Software like iceshrimp/akkoma can either use https://getauth.thms.uk/?client_name=xpost&scopes=read%20write%20profile or get the token using dev tools on any web client. (any `/api/v*` request, the `authorization` header, copy the value besides `Bearer `) +Software like iceshrimp/akkoma can either use https://getauth.thms.uk/?client_name=xpost&scopes=read%20write%20profile +(check if your software supports those scopes, iceshrimp doesn't have `profile` and works without it) or get the token using dev tools on any web client. (any `/api/v*` request, the `authorization` header, copy the value besides `Bearer `) ### Misskey WebSocket @@ -160,4 +162,4 @@ | Key | Description | |--------------|--------------------------------------------------------| | `instance` | Account host. | | `token` | Account access token. | -| `visibility` | What visibility to set for crossposted posts | \ No newline at end of file +| `visibility` | What visibility to set for crossposted posts | -- tangled.sh