This link has been bookmarked by 11 people . It was first bookmarked on 05 Jan 2008, by vier0n.
Each YouTube user has an associated video feed corresponding to their favorite videos, at http://gdata.youtube.com/feeds/api/users/userID/favorites. The following code demonstrates how to fetch and display a user's favorites feed:
function getAndPrintUserFavorites($user) { $yt = new Zend_Gdata_YouTube(); printVideoFeed($yt->getUserFavorites($user)); }
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.