I saw the change of youtube api from v2 to v3 and my app broke. I only need to get the last video from a channel and before, with the v2 it was easy and straight forward, you did not need any account login, but now things changed. My old api v2 call was like this:
http://gdata.youtube.com/feeds/api/users/XYZ/uploads?alt=json&max-results=1
how can I get the same result with the v3 without any app api key, login etc...?
Thanks