SmithKettlewellRERC / DVX-YouDescribe-issues

Issue tracking repo for DVX & YouDescribe (Automatically exported from code.google.com/p/sk-dvx)
http://youdescribe.org/
0 stars 0 forks source link

YouDescribe uses YouTube Data API v2 - this API is deprecated, and will shut down on or before April 20, 2015 #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See https://developers.google.com/youtube/terms#deprecation,
and https://developers.google.com/youtube/youtube-api-list.

We need to move all YouTube access over to YouTube Data API v3, which requires 
that we register as a user with the API (v2 did not require user registration).

We're already getting some error logs about YouTube API access returning "PHP 
Warning:  
simplexml_load_file(https://gdata.youtube.com/feeds/api/videos/G7rnVWo7SGM?v=2):
 failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden".

This may cause significant loss of functionality for the YouDescribe site if 
not fixed; needs further investigation as to the effects, and how much work it 
will take to move over to v3 API.

Original issue reported on code.google.com by Owen.R.E...@gmail.com on 5 Feb 2015 at 6:52

OwenEdwards commented 9 years ago

Fixed in YouDescribe-release-20150511.