youtube api - What happens to the api calls that v2 comments require during the grace period? -


another thread here mentions youtube api v2 turned off april 21st , comments functionality left on grace period.

some of client libraries require parts of v2 api turned off comments. example in .net library need pass v2 video object video comments. v2 video object there separate video api call. happen these required api calls during grace period?

var v2video = _request.retrieve<video>(uri)   _request.getcomments(v2video) 

you should migrate other requests v3. can use videos.list call that, use v2 request comments.

in general need video id getcomment method. can recreate resource knowing id.


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -