iphone - How to add the new Yotube's Vote up & Vote down counts feature in my application? -
hi creating app in integrating youtube. want show vote & vote down counts selected tube video instead of ratings shown in tube app ipad. referred following link:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_displaying_video_information.html
but link not having information related votes.
please suggest how implement this.it great help.
iphonedev
i have not used api on ios, zend gdata has method: $videoentry->getvideoratinginfo().
this array returns:
array ( 'average' => '4.4293017', 'numraters' => '2348', ) seems no accurate like/dislike-counts retrieved.
edit:
looked more , found this answer. helps.
Comments
Post a Comment