C
C
chelkaz2016-08-10 22:49:08
YouTube
chelkaz, 2016-08-10 22:49:08

Is it possible to get user's subscriptions to Youtube channels via API?

Is it possible to get the channels to which the user is subscribed? Naturally through OAuth 2.0
I try to do:

GET https://www.googleapis.com/youtube/v3/subscriptions?part=subscriberSnippet&mySubscribers=true&key={YOUR_API_KEY}

But the answer is:
{
 "kind": "youtube#subscriptionListResponse",
 "etag": "\"I_8xdZu766_FSaexEaDXTIfEWc0/tz-Hyq2F2jyPXbkckW-V5wAjFuo\"",
 "pageInfo": {
  "totalResults": 0,
  "resultsPerPage": 5
 },
 "items": [
 ]
}

Although I have about 50 subscriptions.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rou1997, 2016-08-11
@Rou1997

Maybe. You get subscribers, not subscriptions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question