Have gone trough the documentatin multiple times and the example request returns some data
But when I change the url in the http.get() and change the headers to HttpHeaders.authorizationHeader to my id i get the error. What is the syntax here?
“HttpHeaders.authorizationHeader: “MY_ID””
or
'HttpHeaders.authorizationHeader: “Basic MY_ID”"
The most confusing thing is the Client-ID and OAuth token. Do I need to generate the secret key or twitch only requires ID
Sorry to bombard you with noob questions.