Kraken/games client_id

hello,

https://api.twitch.tv/kraken/games/top?client_id=xxxxxxxxxxxxxxxx … is working

https://api.twitch.tv/kraken/games/top?limit=1&offset=50?client_id=xxxxxxxxxxxxxxxx … does not working

https://api.twitch.tv/kraken/games/top?limit=10?client_id=xxxxxxxxxxxxxxxx … does not working

error message:
{“error”:“Bad Request”,“status”:400,“message”:“No client id specified”}

regards :no_mouth:

Only the first query string parameter has a question mark in front of it. The rest are concatenated using ampersands (&).

1 Like

thanks, why i didnt seen that :expressionless: now my random twitch game selector is working again :relieved:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.