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 API v2 -> v3 #226

Closed
toastercup opened this issue Mar 22, 2016 · 1 comment · Fixed by #230
Closed

Youtube API v2 -> v3 #226

toastercup opened this issue Mar 22, 2016 · 1 comment · Fixed by #230

Comments

@toastercup
Copy link
Member

Youtube Media creation currently uses the YouTube v2 API, which is technically deprecated past April 20, 2015. Google no longer guarantees its operation and it could disappear suddenly.

We should prepare for the inevitable by replacing it with the v3 API. The relevant endpoint is discussed here: https://developers.google.com/youtube/v3/docs/videos/list
General implementation guide: https://developers.google.com/youtube/v3/guides/implementation

UPDATE: The V2 API has been deprecated for the endpoints we interact with.

@toastercup
Copy link
Member Author

Resolved by #230.

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

Successfully merging a pull request may close this issue.

2 participants