masterking32/twitch-account-creator

Twitch not Responding with access_token

horrid-dev opened this issue · 1 comments

Twitch for some reason is no longer returning the access_token when programmatically doing it, seems to just return:

{
    captcha_proof: '1234',
    redirect_path: 'https://www.twitch.tv',
    userID: '1234',
 }

I am unable to find a way around, when creating account via browser it returns the access_token, so I tried to modify the headers to include similar to browser, and doesn't seem to work. I have to manually enter the email verification code because it's not returning access token.

I was able to fix the error, I did have to modify the script to make it more elegant other than that, well done.