~emersion/emersion.fr

1cd09510febf4dc11b4e9e4b17f2a097b76899c4 — delthas 2 months ago 5ff7042
irc-and-oauth2: fix example endpoint hostname
1 files changed, 1 insertions(+), 1 deletions(-)

M content/blog/2022-09-13-irc-and-oauth2.md
M content/blog/2022-09-13-irc-and-oauth2.md => content/blog/2022-09-13-irc-and-oauth2.md +1 -1
@@ 152,7 152,7 @@ client then exchanges the code for a token via an HTTP request:
    --data-urlencode grant_type=authorization_code \
    --data-urlencode code=YYY \
    --data-urlencode client_id=XXX \
    https://chat.sr.ht/oauth2/access-token
    https://meta.sr.ht/oauth2/access-token
{
	"access_token": "asdf"
}