diff options
Diffstat (limited to 'meta.sr.ht/oauth-api.md')
-rw-r--r-- | meta.sr.ht/oauth-api.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta.sr.ht/oauth-api.md b/meta.sr.ht/oauth-api.md index 6e1f97b..a4e43c5 100644 --- a/meta.sr.ht/oauth-api.md +++ b/meta.sr.ht/oauth-api.md @@ -59,11 +59,11 @@ Provide the following parameters in the query string: <dt>client_id</dt> <dd>The client ID assigned to you in the previous step.</dd> <dt>scopes</dt> - <dd>A list of scopes you're requesting - see next section.</dd> + <dd>A list of scopes you're requesting — see next section.</dd> <dt>state</dt> - <dd>Optional: an arbitrary string - see notes.</dd> + <dd>Optional: an arbitrary string — see notes.</dd> <dt>redirect_uri</dt> - <dd>Optional: your application URI for redirect the user to - see notes.</dd> + <dd>Optional: your application URI for redirect the user to — see notes.</dd> </dl> The optional `state` field is returned to you after the redirect. One example @@ -112,7 +112,7 @@ some additional query string parameters you can use for the next steps: <dt>scopes</dt> <dd>The list of OAuth scopes the user consented to.</dd> <dt>error</dt> - <dd>If present, indicates that an error occurred in the process - see notes.</dd> + <dd>If present, indicates that an error occurred in the process — see notes.</dd> <dt>details</dt> <dd>If present, a human friendly error string, if that human is an engineer.</dd> </dl> |