I'm having trouble understanding on what exact course of action should I take in terms of the API v2 to v3 change. We are currently relying on YouTube comments. Information here: https://developers.google.com/youtube/2.0/deprecation_faq#parity states that after the April 21 developers will still be able to use v2 API for comment retrieval, while using v2 for everything else.
Our application attempts to capture individual video details (author, length, etc) along with comments. Does that mean that in order to have this functionality after the April 21 cutoff for v2, we will need to be using both v2 for video details and v3 for video comments?
Thanks!