我尝试从https://api.twitch.tv/kraken/users?login=CHANNEL NAME BUT
获取JSON响应{"error":"Bad Request","status":400,"message":"No client id specified"}
我希望得到:
{
"_id": "44322889",
"bio": "Just a gamer playing games and chatting. :)",
"created_at": "2013-06-03T19:12:02.580593Z",
"display_name": "dallas",
"logo": "https://static-cdn.jtvnw.net/jtv_user_pictures/dallas-profile_image-1a2c906ee2c35f12-300x300.png",
"name": "dallas",
"type": "staff",
"updated_at": "2017-02-09T16:32:06.784398Z"
}