Вопрос

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