Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top