gpt4 book ai didi

javascript - 评价(喜欢/不喜欢)YouTube 评论

转载 作者:数据小太阳 更新时间:2023-10-29 05:26:35 27 4
gpt4 key购买 nike

简单问题:

我通过 javascript 使用 Youtube gdata 来:评论、回复和喜欢/不喜欢视频。到目前为止一切正常!

但是,我正在尝试允许用户特别喜欢和不喜欢评论(就像在本地 youtube.com 上一样)。但我实际上找不到解释这是如何完成的文档。

我尝试将以下内容发送到 ...://gdata.youtube.com/feeds/api/videos/[video_id]/ratings

<entry xmlns="http://www.w3.org/2005/Atom"
xmlns:yt="http://gdata.youtube.com/schemas/2007">
<link rel="http://gdata.youtube.com/schemas/2007#in-reply-to"
type="application/atom+xml" href="<ID>"/>
<yt:rating value="like"/>
</entry>

但没有快乐。任何帮助,将不胜感激!谢谢。

最佳答案

你有视频评论所以我猜你使用 V2 YouTube API,因为 it's not possible in the V3 . V2 文档说:

Each entry in the comments feed contains information about a single comment. Each comment has an author, a title, content, and an in-reply-to link.

Source: https://developers.google.com/youtube/2.0/reference?hl=fr&csw=1#Comments_Feeds

他们不会谈论喜欢或不喜欢。甚至无法获取评论的喜欢和不喜欢的数量,因此也无法设置它们。

关于javascript - 评价(喜欢/不喜欢)YouTube 评论,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16841353/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com