Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法使用用户名通过我的 API 获取视频:
https://gdata.youtube.com/feeds/api/videos?author=""&v=2&alt=jsonc
有什么我做错了吗?调试时我应该尝试或寻找什么?
使用 API 的 v2,正确的 URL 将是:
https://gdata.youtube.com/feeds/api/users/[USER_NAME]/uploads
如果您只是进行只读调用,则不需要 oAuth。