-
Youtube API: February 25, 2011 2:08
Commit 66673bf on 5.x-1.x, master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
2008-07-22 ---------- * Fixed parameters the get_standard_feed function was using to fetch the feed. url params were broken (Brad).
-
err, looks like I got the directory but forgot the files. silly me.
-
* First try at feedapi integration. provided a new module (youtube_feed) to handle youtube feeds (Brad).
-
* Move advanced settings to their own fieldset (aaron).
-
accidentlly left a print_r in last night, oops.
-
* Added ability to list, add, or delete user favorites (Brad).
-
* Added youtube_api_add_comment for ability to post comments (Brad). * Added youtube_api_rate_videos to support video ratings (Brad). * Added youtube_api_add_response to add video responses (Brad). * Renamed youtube_api_search to youtube_api_search_videos to avoid conflict with hook_search (lyricnz).
-
* Added a youtube_api_get_standard_feed function as a mechanism for handling YouTube's standard feeds. * Fixed bug in youtube_api_update_video, was sending the wrong request type.
-
fixed documentation error