Youtube Livechat API 找不到实时聊天

Youtube Livechat API is not finding the live chat

所以我尝试使用 youtube 上的 LiveChat API,最后我开始使用这个 post:

https://www.googleapis.com/youtube/v3/liveChat/messages?access_token=MYACCESSTOKENHERE&part=snippet&messageText=lalala&liveChatId=0bksQfFVZW4

现在它告诉我它找不到 liveChatId,有什么原因吗?

liveChatId property is associated with liveBroadcast. So try making calls to any of the liveBroadcast methods . A successful response includes the liveChatId property. Don't forget to specify 'snippet' as the 'part' parameter. Also, you'll be required to use OAuth Authorization 调用这些方法时。