Differences between v3 and v2 of YouTube API

让人想犯罪 __ 提交于 2019-12-24 09:59:39

问题


I'm doing some new work using the YouTube API. I know there are two versions, v2 and v3, but I can't find the differences anywhere. What are the differences?

I know v3 is labeled "experimental". But:

  • What's better about it?
  • Other than being experimental, what's worse about it?
  • Will v2 be phased out?
  • For new dev work, should I use v2 or v3

回答1:


Some answers (in my opinion ..)

What's better about it?

  • Search videos, channels and playlists using freebase topics

https://developers.google.com/youtube/v3/docs/search

  • Retrieve activities

https://developers.google.com/youtube/v3/docs/activities

Other than being experimental, what's worse about it?

  • Changes in API calls that you use in your app

For new dev work, should I use v2 or v3

  • I think the answer depends on what your application should do and the type of application


来源:https://stackoverflow.com/questions/14224311/differences-between-v3-and-v2-of-youtube-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!