↧
Answer by Ibrahim Ulukaya for YouTube Api (V2.0 or 3.0) get channel info...
First, you need to find the channel id, some URLs come with channel id, some with username.Great documentation here.Basically, if it's aChannel id, you already have it.Username,...
View ArticleAnswer by user1190992 for YouTube Api (V2.0 or 3.0) get channel info given...
One way to get all the things you have requested is to search for channel For instance $channel_query = "channel_name";$yt_url =...
View ArticleYouTube Api (V2.0 or 3.0) get channel info given channel url
I've to get 3 simple information from a youtube channel given the channel url. Channel url(example): http://www.youtube.com/user/autocarNeeded info: Total videos, subscribers and total views. I thought...
View Article