문제

I want to get the public playlists of an other user, so not of the logged in user. I checked the v3 Javascript client library and it seems to me it can only retrieve the playlist of the current authenticated user. Is it true? Or am I missing something?

도움이 되었습니까?

해결책

You will do it the same way you do the authorized user.

First you'll call channels->list with id or forUsername and get uploads playlist id.

Then with playlistItems->list with the playlistId, you'll get the list items.

Also, here's the javascript client library.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top