UmbracoExtensionMethods icon indicating copy to clipboard operation
UmbracoExtensionMethods copied to clipboard

YouTube endpoint for video information has been discontinued

Open abjerner opened this issue 10 years ago • 2 comments

The URL used in the code no longer works - se example on the URL below:

https://github.com/warrenbuckley/UmbracoExtensionMethods/blob/master/ExtensionMethods/YouTube/YouTubeVideo.cs#L35

I'm looking into whether there is another way obtaining the same information.

abjerner avatar Jul 17 '15 06:07 abjerner

Not easily with public API endpoint @abjerner I believe. As the OLD V2 API got deprecated

warrenbuckley avatar Jul 17 '15 08:07 warrenbuckley

Yup. Looking into this at the moment since we have a client where their video feed is down. V2 has been deprecated for a while, but not it seems it has been removed.

There is an equivalent in V3, but calling it without an access token or server key will almost always return an error like Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.. So it seems that there is no way anymore to accomplish this without first registering an app in the Developer Console, and then continue from there.

abjerner avatar Jul 17 '15 08:07 abjerner