javascript - {no answer yet} Getting comment scores from the YouTube JSON Api -


i want able retrieve comment scores youtube's json api, example: http://gdata.youtube.com/feeds/api/videos/qh2-tgulwu4/comments?v=2&alt=json&prettyprint=true

i not able find hints of comment score in above link. know of way retrieve scores these comments?

does url format ?

http://gdata.youtube.com/feeds/api/videos?q=qh2-tgulwu4/comments&v=2&alt=json&prettyprint=true

it contains

gd$rating: {    average: 4.737795,    max: 5,    min: 1,    numraters: 846063,    rel: "http://schemas.google.com/g/2005#overall"  }  

(this should comment, little large one)


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -