Is the Google Google Data API (GDATA) deprecated?

I am about to launch a project that requires a few simple operations without recording YouTube data, such as collecting playlists and videos. I read that the YouTube 2.0 API deprecated, but I really don't want to use the OAuth authentication required for API 3.0.

Does this mean that the GDATA API out of date (in particular, this: https://gdata.youtube.com/demo/index.html

+6
source share
2 answers

The Google GData API for YouTube was deprecated in 2014-03-14 according to the status of the api page . This was after your initial question was asked, but I leave it here for others (like me) who are trying to keep track of which api is current.

+1
source

Until you want to use OAuth 2.0 authentication , you will need to make the switch to using YouTube API 3.0. If you want your project to have a long life, you should make an effort to move on to a new authentication mechanism. This will help you well if you get access to another Google service (and many other cloud services).

0
source

Source: https://habr.com/ru/post/948468/


All Articles