Implement OAuth on twitch team website

It worked!

First tried only adding the Client ID to the URL in the API query, it didn’t work, but then added the request via the code you posted in a php tag in the header, changed the file_get_contents_curl, like you said, and worked like a charm.

It was really simple but some how reading the docs it was not clear to me what I had to do.

Thank you so much Matt!