在youtube data api v3中将视频设置为收藏夹

时间:2013-10-04 14:41:35

标签: android android-youtube-api

我想将视频设为收藏,可以this method完成。但是最喜欢的是什么。

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

您必须列出具有以下参数的频道:(https://developers.google.com/youtube/v3/docs/channels/list

part = contentDetails
我的=真的

您将收到类似此部分的频道信息

"contentDetails": {
    "relatedPlaylists": {
        "likes": "#playlistID#",
        "favorites": "#playlistID#",
        "uploads": "#playlistID#",
        "watchHistory": "#playlistID#",
        "watchLater": "#playlistID#"
    },
    "googlePlusUserId": "..."
}

您可以将这些ID用于与播放列表的不同操作