diff --git a/docs/services.md b/docs/services.md index 2b0745d..ab36cff 100644 --- a/docs/services.md +++ b/docs/services.md @@ -47,11 +47,12 @@ Uses a WebSocket to listen to the home timeline. } ``` -| 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 @@ Uses a WebSocket to listen to the home timeline. **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 @@ Please do not use the main password. |--------------|--------------------------------------------------------| | `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 |