Morning Everyone
When I try refresh a token with the following command:
curl -X POST "https://api.nightbot.tv/oauth2/token" -d "client_id=<REDACTED>&client_secret=<REDACTED>&grant_type=refresh_token&refresh_token=<REDACTED>"
I just get the following:
{"error":"invalid_client","error_description":"Invalid client: client is invalid"}
I have until 18 February to sort it out, that's the 60 day limit as described in the documentation when I set it up, and previously it's been working fine.
Please assist?
Kind regards