you will need an authentication token from the broadcaster that allows you to read their subscribers as documenteLet me know if I understood now.... the aut. token you mean should be sent by the external application which makes the request, am I right ? So me, as developper, I should request from twitch and use it to compose my URI ?
All calls to the API require an Access Token/Authorization header. So yes
Ok… now it seems me to better understand:
-1) User makes a request, from my bot, to my twitch.tv App… bot waits for a response
-2) User authenticas himself to Twicht
-3) if authentication is Ok, my Twitch App automatically gets an OAuth token and it sends it to the application specified to App OAuth link I provided during creating process
-4) my web application retrieves token and it uses it to make request, for example if User is registered to Twich channel
-5) Twich sends reply to my bot
If I well understood, the token got in step 3) is used by my web application to identifies User
If I well understood the twitch App created is an empty App, only used for OAuth redirection
Am I right ?
Yes that sounds correct
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.