admin管理员组文章数量:1379351
I want to programmatically show my own channels youtube clips on a website. Is it possible to get the list of clips shown at youtube/feed/clips
using the Youtube API? I have tried replacing 'playlist' with 'clips' using the method below but it does not work. I'm guessing does not exist.
To replicate my attempt using postman...
- get a api key from google console
- add permission to access youtube api to the scope
- set up a new get request
- select oath2 from the authorisation types
- use this url
;channelId=[YOUR CHANNEL ID HERE]&maxResults=25&key=[YOUR API KEY HERE]
The above works for playlists but not for clips.
本文标签: Is it possible to get a list of clips from the YouTube APIStack Overflow
版权声明:本文标题:Is it possible to get a list of clips from the YouTube API? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744064576a2584750.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论