Asad Sohail
Asad Sohail

Reputation: 21

How to Vote / Like comments using YouTube .NET API?

I am making a YouTube Automation Application using YouTube and Google .NET APIs. But could'nt find the way to vote up / down video comments using API. Please help in this regard.

Upvotes: 2

Views: 1025

Answers (1)

Massimiliano Peluso
Massimiliano Peluso

Reputation: 26737

Support for likes/dislikes hasn't been added to the .NET client library yet. In the meantime, the underlying Atom XML element corresponding to the rating request is documented at

http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_yt:rating

Upvotes: 1

Related Questions