Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YouTube endpoint for video information has been discontinued #28

Open
abjerner opened this issue Jul 17, 2015 · 2 comments
Open

YouTube endpoint for video information has been discontinued #28

abjerner opened this issue Jul 17, 2015 · 2 comments

Comments

@abjerner
Copy link
Contributor

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.

@warrenbuckley
Copy link
Owner

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

@abjerner
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants