What am I doing wrong? It seems like the authorization gets completed, but I get no data when requesting api.twitch.tv/helix/users
It worked this way
edit: not oauth:Token
you need to type "Bearer"
example
Bearer WotF20HdHz
I've made an exact copy of your screenshot, but now I get the message ({"error":"Unauthorized","status":401,"message":"Client ID and OAuth token do not match"})
What am I missing Eren?
Develop games in your browser. Powerful, performant & highly capable.
can you try this?
discuss.dev.twitch.tv/t/client-id-and-oauth-token-do-not-match/28765/6
Wait, so I have to set up a server, to get a token?
Edit: I made it work, using a TwitchTokenGenerator website, but that doesn't seem to be a permanent solution, and should only be used during dev/testing.