You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get, store and refresh OAuth tokens using client_id and client_secret and the authorization code grant flow.
Before this issue can be developed, these need to be addressed:
Host bot in a cloud server: should automatically store the OAuth token when the twitch authorization server redirects to our redirect_uri or redirect to the localhost server when debugging/testing.
The text was updated successfully, but these errors were encountered:
Get, store and refresh OAuth tokens using
client_id
andclient_secret
and the authorization code grant flow.Before this issue can be developed, these need to be addressed:
redirect_uri
or redirect to the localhost server when debugging/testing.The text was updated successfully, but these errors were encountered: