所以我试着使用youtube的LiveChat API,最后我开始使用这篇文章:
https://www.googleapis.com/youtube/v3/liveChat/messages?access_token=MYACCESSTOKENHERE&part=snippet&messageText=lalala&liveChatId=0bksQfFVZW4现在它告诉我它找不到liveChatId,有什么原因吗?
发布于 2017-05-28 17:34:06
liveChatId性质与liveBroadcast相关联。因此,尝试调用任何一个liveBroadcast方法。成功的响应包括liveChatId属性。不要忘记将'snippet‘指定为'part’参数。此外,在调用这些方法时,还需要使用OAuth授权。
https://stackoverflow.com/questions/44227204
复制相似问题