I am trying to display the thumbnail from the latest video posted to a youtube channel on a website by using JavaScript - I have seen how to do this with v2 of the API but cannot seem to find an example of this using v3. The example requests seem to be done using a set video:
https://developers.google.com/youtube/v3/getting-started
rather than a channel/username.
I have seen the interactive demo but this seems to be v2 only?
http://gdata.youtube.com/demo/index.html
Any pointers in the right direction would be appreciated. Is it a silly idea to do this in v2 instead?