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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -