I can't access the token api

I am unable to access the https://id.twitch.tv/oauth2/token endpoint as I get a 404 when I am trying to get my authentication token so I can begin developing my chat bot.

If it helps, I am reading from this: Getting OAuth Access Tokens | Twitch Developers

You are doing a HTTP POST to https://id.twitch.tv/oauth2/token

A GET will 404

I was able to put all of the other urls into my browser and they return a response correctly, but this one doesn’t.

I just made a HTML form with a submit button and it worked for me.

For this step of oAuth

Yeah you are not supposed to do it that way…
It’s supposed to be done in code as a server to server request not a client to server

If you put the URLS in a browser field then it does a GET request

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.