Search code examples
phpcommentsyoutube-apizend-gdata

getVideoCommentFeed (Zend Gdata Youtube API - PHP) - obtain most-liked comments


I'm trying to obtain the "most liked" comments from a video of my choice (top 2 comments) for display, using the Youtube API. I'm using Zend Gdata package to obtain all of my vid-data. I can't seem to figure out if this function exists (in fact, I can't see how to see a rating of a comment at all...).

Thanks all for the help.


Solution

  • Currently there is no way to find the Top Comments on a video, the rating data for comments is not included in the YouTube API (2.0) at the moment.

    Here is the open issue.


    References: