I know how to get the likedcount from youtube API, but I want to get the liked list. Reading the docs I thinked it can be done getting the liked playlist, or some thing like that..
Can I get me liked video list over Javascript API?
|
I know how to get the likedcount from youtube API, but I want to get the liked list. Reading the docs I thinked it can be done getting the liked playlist, or some thing like that.. Can I get me liked video list over Javascript API? |
|||
|
|
|
If you're using v3 of the API, then you can get your liked video list. First, do a call to your channels feed, like this:
Then, in the response, you'll have a list of related playlists -- one will be keyed "likes." Take that playlist ID and request its items feed:
If you don't use v3 of the API, you probably won't have a lot of success in getting the liked videos. |
|||||
|