Get list of channel subscribers from web application (token validity)

Hello,

On my website I try to get specifics right to user whose subscribe at our channel. So I use the twitch api Get Channel Subscribers but it require an OAuth access token. I can generate one but i don’t know how long I can use it ?

For the feature purpose, i wish i can use it for a long period (and if possible “forever”) ? Do you have any information about token validity etc ?

Thanks in advance

Access tokens do not expire unless they are manually revoked with within the authorizing users Twitch settings.

You can check if a token is valid via the following API Endpoint:

https://api.twitch.tv/kraken/oauth2?access_token={token}

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