Programattically Get User OAuth Token for Subscriber Notifications

You’d want to use code from OAuth authorization code flow rather than implicit as you get an access and refresh token. Otherwise your token is only good for 60 days. Then you have to go thru this all over again rather than use the refresh token to automate a new token.

This is basic oAuth, a code flow for it works for many services that support it just replace the URL’s for the ones for that service

Documentation bugs/revisements can be suggested via the uservoice

https://twitch.uservoice.com/forums/310213-developers?category_id=358000

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.