M
M
Michael2015-09-07 01:06:41
YouTube
Michael, 2015-09-07 01:06:41

How to get current user's youtube news?

Good evening everyone. I can't figure out how to get the current user's news.
The bottom line is that you need to get www.youtube.com/feed/subscriptions - only downloads, you need to get links to videos.
It seems that you can get data by user, but for each one specifically, and this is something not the most rational solution.
I would be glad for the links, well, or some explanation, since I just get acquainted with the YouTube api

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Philipp, 2015-09-07
@mix_gorbachev

Read
https://developers.google.com/youtube/v3/docs/
More about this
https://developers.google.com/youtube/v3/docs/vide...
Combine parameters
If you need a home feed, then https://developers.google.com/youtube/v3/docs/acti... with the parameter home=true
There is no such cool code for the player, so you have to do everything manually.
There inside

"contentDetails": {
    "upload": {
     "videoId": "CsafeoKJ2U4"
    }
   }

Actually add the prefix https://www.youtube.com/embed/ and get a normal player https://www.youtube.com/embed/CsafeoKJ2U4 .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question