When trying to create a custom API for nightbot to thank new followers in the chat when they follow using nightbot, I'm running into issues when trying to put the actual command into the cmd prompt. The guide I'm following is found here; /t/nightbot-alerts-in-chat/1534589171388125265
When I put in the command - ```
curl -X POST "https://api.nightbot.tv/oauth2/token" -d "client_id=<CLIENT_ID>&client_secret=<CLIENT_SECRET>&grant_type=refresh_token&refresh_token=<REFRESH_TOKEN>"
and enter my client ID and the client secret in the area's shown above it comes back with -{"message":"Invalid client: client is invalid","code":400,"name":"invalid_client"}not sure what to do about this now even after creating the custom widget through streamlabs to enable the custom javascript add on for the API to send it in the livechat.Thanks
