Twitch login redirect issue

request2 = requests.get(‘https://api.twitch.tv/kraken/oauth2/authorize?’+

that request2 = requests.get is actually doing the get and when returning the request2.text, it is displaying the twitch login html page from twitch.

i’m just following the instructions from the v5 docs and i’m just lost at this point. Can’t seem to get past part 1.