Hi,
I'm having trouble registering users with Twitch.
With debug on, I get the following error message when trying to register with Twitch.
Error code 401 received requesting data: {"error":"Unauthorized","status":401,"message":"Client ID and OAuth token do not match"}.
The error seems pretty straight forward, but I've checked that the Client ID and secret are correct in the configuration, so am uncertain as to what is causing the problem. Any ideas?
I've found similar error messages reported at
github.com/hybridauth/hybridauth/pull/1171