Hey all, I am trying to follow the example here: https://dev.twitch.tv/docs/api
However, after step #1 when I run the code:
{"error":"Unauthorized","status":401,"message":"OAuth token is missing"}%
I looked at the Docs for generating an OAuth token and it’s not clear how to do so. It would be nice if this step by step guide also walked you through getting an OAuth token given that it’s required for the example.