Answer the question
In order to leave comments, you need to log in
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
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"
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question