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