Differences between v3 and v2 of YouTube API

2019-08-08 01:17发布

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条回答
可以哭但决不认输i
2楼-- · 2019-08-08 02:00

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
查看更多
登录 后发表回答