https://id.twitch.tv/oauth2/token--data-urlencode?grant_type=refresh_token&refresh_token=<your refresh token>&client_id=<your client ID>&client_secret=<your client secret>
I’m putting my information into the body of the call and i’m receiving a 404 page not found response.
is there something I need to do in addition to get the proper information?
REASON: in my application, I have a session but when I refresh the page my GET for …kraken/streams/followed throws a 401 error and I’m thinking it’s because my access/oauth token is becoming invalid.
thanks!