Sean
December 5, 2022, 9:12am
1
We follow the procedure in the developer manual
Problem with token validation from https://id.twitch.tv/oauth2/validate
https://id.twitch.tv/oauth2/validate?Authorization: Bearer =1w5weaumlg3abuke514kgiycy9wegs
{
“status”: 401,
“message”: “missing authorization token”
}
If anyone can provide answers we would be very grateful
prod
December 5, 2022, 10:04am
2
revoked the token for you & it should be a header, not query param: curl -H "Authorization: OAuth accessTokenGoesHere" https://id.twitch.tv/oauth2/validate
system
Closed
December 12, 2022, 10:05am
3
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.