java - How do I use Youtube API to get the number of likes and dislikes of a video? -
i'm using eclipse java , have downloaded google api java client jar files , obtained api auth. keys.
- how use amount of likes, view count , dislikes of video?
- is possible country wise selection?
a sample code example appreciated.
use following url of googleapi, can particular video view count , likes, dislikes.
https://www.googleapis.com/youtube/v3/videos?part=contentdetails,statistics&id=%@&key=%@",videoid ,youtube_api_key];
Comments
Post a Comment