warrenbuckley / YouTube-Umbraco

YouTube for Umbraco
12 stars 17 forks source link

YouTube API endpoint - Listing out videos return 0 results #10

Closed warrenbuckley closed 10 years ago

warrenbuckley commented 10 years ago

YouTube has changed their API endpoint for listing out videos, you specifically need to set a search query to get results back from their API.

Need to browse through API endpoints to see if we can get API data back at all.

warrenbuckley commented 10 years ago

https://developers.google.com/apis-explorer/#p/youtube/v3/

akeilox commented 10 years ago

ohh no...

warrenbuckley commented 10 years ago

OK for my notes, could be a way around it. Query Channel & get Upload Playlist ID Then list items in Playlist (however seems no sorting available?!)

warrenbuckley commented 10 years ago

This has been resolved and was an issue with YouTube API team making an update that broke the API endpoint