diff options
author | luxagraf <sng@luxagraf.net> | 2020-04-28 10:24:02 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-04-28 10:24:02 -0400 |
commit | f343ef4d92352f9fc442aeb9c8b1abee27d74c62 (patch) | |
tree | 4df5c497e7caeab1f8932df98ad3d00fef228a3e /old/published/Webmonkey/Monkey_Bites/2007/08.27.07/Tue/youtube.txt | |
parent | a222e73b9d352f7dd53027832d04dc531cdf217e (diff) |
cleaned up wired import
Diffstat (limited to 'old/published/Webmonkey/Monkey_Bites/2007/08.27.07/Tue/youtube.txt')
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/08.27.07/Tue/youtube.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/08.27.07/Tue/youtube.txt b/old/published/Webmonkey/Monkey_Bites/2007/08.27.07/Tue/youtube.txt deleted file mode 100644 index a33756d..0000000 --- a/old/published/Webmonkey/Monkey_Bites/2007/08.27.07/Tue/youtube.txt +++ /dev/null @@ -1,16 +0,0 @@ -Attention mash-up hounds, the youTube API has been changed. Google has [converted the YouTube API][2] to use the Google data protocol (GData) so you can now access YouTube using the same toolbox as other GData services. - -The new [YouTube GData API][1] replaces to the old REST/XML-RPC methods, though Google says the old API will continue to be supported for the next year. - -Similar to the old, the new API offers read-only access to user profiles, videos uploaded and videos bookmarked by user. In addition to that you can now access subscriptions, video comments, related videos, playlists and search results. - -The default output of GData is an Atom feeds so its possible to use the new API to subscribe to just about anything in your favorite RSS/Atom reader. However, if you prefer there are some other return formats including JSON. - -Perhaps the best news for developers is that with GData behind YouTube, you now have access to all the [GData Client libraries][3], including those for PHP, Java, Python and more. - -Though the old REST/XML-RPC API will continue to work through August 30th, 2008, Google recommends upgrading your application sooner, rather than later. Check out the handy [migration guide][4] for more details. - -[1]: http://code.google.com/apis/youtube/developers_guide_protocol.html -[2]: http://apiblog.youtube.com/2007/08/new-youtube-api-released-into-wild.html -[3]: http://code.google.com/apis/gdata/clientlibs.html -[4]: http://code.google.com/apis/youtube/migration.html
\ No newline at end of file |