OAuth token is missing (401)

Validate is working:
Authorization: OAuth user_access_token
https://id.twitch.tv/oauth2/validate
“200 OK” and all information (id, login, expires etc).

But request:
Authorization: bearer user_access_token
Client-ID: client_id
https://api.twitch.tv/helix/users/follows?from_id=MY_ID&first=25
“401 OAuth token is missing”.

It’s Bearer not bearer.

1 Like

Oh… I just put “token_type” from the server response. It was lowercase.
It works now! Thanks =)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.