0

我尝试从https://api.twitch.tv/kraken/users?login=CHANNEL NAME 但

{"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"
}
4

1 回答 1

0

首先,请在下次发布之前修复格式。

其次,看看这个: https ://dev.twitch.tv/docs/v5/#getting-a-client-id

于 2019-09-12T08:22:21.460 回答