Hi, I’ve started create an app for my firend and I’m stuck, because don’t know what I should put inside Oauth redirect URL input field. It can be my personal website URL or on twitch documentation somewhere is hidden property URL address which I should copy?
The OAuth redirect URL is where you want Twitch to send the user once they accept/decline your authentication process.
If you don’t plan to use Twitch Authentication you can just put http://localhost as your redirect url. If you do plan to use OAuth though then you’ll need to point this at your server that’s handling the auth process.
Okey, but this response from user is in body parameter or something like this? Beacuse still don’t know how can I read his “answer” (when he accept/decline) in my site on my server.