I’m just trying to make an authentication for the user so that they can use the script for clipping on their own channel.
I remember talking to you before about OAuth, and I thought I had to use a website just to authenticate for the Python Script i’m making untill you mentioned Implicit Auth. That’s what I’m attempting here.
I don’t REALLY know how this authentication thing is supposed to work in terms of the order of which things are supposed to happen. ( for example; Do I need a button to send the user to verify, and then another button which gets the access_token after they have verified? Or should it all work within one button press ? )
I cant really find any tutorials on authenticating and grabbing access tokens via Python so I’m kinda in the dark.
+++: another thing is with implicit auth, how would the redirect url work? Because I get an error if I attempt to json() that since it has the access_token once you verify yourself.