Hi,
I am trying to use Twitchtv API to get online users. I am just at the very first step. I have registered an application and got Client ID. I use OIDC Authorization Code Flow to authenticate my registered redirect URI.
I put the below URL in the web browser to get code: https://api.twitch.tv/kraken/oauth2/authorize?client_id=&redirect_uri=http://localhost&response_type=code&scope=channel_read+channel_stream+user_read+user_subscriptions+openid
But instead of getting a JSON response with access token, refresh token (etc.) information, I get {“error”:“Bad Request”,“status”:400,“message”:“Missing required parameter “client_secret””}
I have been struggling this for two days…I also tried OAuth Authorization Code Flow but got the same result.
Also, when I click New Secret (to get my first client secret), do I need to click submit?