Yeah. I already tried it but still confused about the Client_id.
Puting it at the end of the url - &client_id=MY_ID returns: * “message”: “Must provide a valid Client-ID or OAuth token”
I stumbled on to this: https://i.imgur.com/6dnmZj6.png
“You need to send it as a header, not a query string parameter.”
Meaning?
The furthest I got is a response from:
http.Response response = await http
get(‘https://api.twitch.tv/kraken/streams/?game=Poker&$clientId’);
But the response was 50+ streams.
That why I want the client_id in the url. Not sure where to declare it separately
Thanks for the patience guys.