Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get watched history of youtube user using Youtube Javascript API?

I am able to get search results, playlists of an user using Youtube Javascript API.

How can i get the watched history of an user using Youtube Javascript API???

Is there any Javascript API to get the Youtube watched history of an user??

like image 405
user3062437 Avatar asked Jun 15 '15 15:06

user3062437


People also ask

How do I retrieve YouTube history?

Sign in and go to myactivity.google.com to find videos that you've viewed on the YouTube app or website while signed in. It also includes videos you've watched in a YouTube player on other websites while signed in to Google Chrome.

What data can you get from YouTube API?

You can retrieve entire playlists, users' uploads, and even search results using the YouTube API. You can also add YouTube functionalities to your website so that users can upload videos and manage channel subscriptions straight from your website or app.

Is YouTube Data API v3 free?

Yes, using the YouTube API does not incur any monetary cost for the entity calling the API. If you go over your quota an 403 Error will be returned by the API.

What is eTag in YouTube API?

According to the youtube docs (https://developers.google.com/youtube/v3/getting-started#etags), an eTag is basically used to determine if a resource has changed.


1 Answers

This no longer seems possible with the V3 API. The watchHistory playlist ID is now always set to 'HL'.

like image 126
Ronald Currier Avatar answered Nov 02 '22 05:11

Ronald Currier