I have a C # program that I wrote using the Youtube API V3 that controls my channel videos. I already have all the components of OAuth 2.0, and I'm looking for a way to tell Youtube that an authenticated account has watched the video. The reason is that I use the watch function to determine which of the videos in my channel is the last one that I actually watched.
Is there any way to do this? Or is it purposefully not in the API because it is useless with counting views?
Of course, I first checked the recommendations of Google and the Google API, I did not find anything.
source share