Getting 410 Gone error on Twitch Authorization code grant flow

I am using the Authorization code grant flow to get a code to then use that code to generate an access token for users using my app. The link I have been using is: https://api.twitch.tv/kraken/oauth2/authorize?response_type=code. Has been working fine up until a few days ago. See screen shot for error.

It’s

https://id.twitch.tv/oauth2/authorize?response_type=code

not

https://api.twitch.tv/kraken/oauth2/authorize?response_type=code

docs: Getting OAuth Access Tokens | Twitch Developers

When I do that I am met with this:

Same machine same service in the most recent hop on cache-bfi-kbfi7400078-BFI: SGj18tAbbQbdBUVl12BG1r55Xu0ftmhaE24xEEYlLDo!FTY!cache-fty13721-FTY, SGj18tAbbQbdBUVl12BG1r55Xu0ftmhaE24xEEYlLDo!BFI!cache-bfi-kbfi7400078-BFI

No idea what it means. I have been using it for almost a year now and was working 2 days ago. Started getting that error today.

You are trying to use a long dead oauth route please migrate to the currently documented routes

I typoed in my post it’s https://id.twitch.tv/oauth2/authorize

I copy/pasted yours and forgot to change the subdomain

1 Like

Thank you!

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