Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.