The Bumpaster
The Bumpaster

Reputation: 964

Google+ API with youtube-api-v3

I want to get the channel profile image or user profile image on videoId from youtube-api-v3. How do I query that?

UPDATE also using the channelId as search query is acceptable. Just tell me where to find the profile image of channel or user. It's easy to manipulate the json if I know where to find the image.

Upvotes: 0

Views: 94

Answers (1)

The Bumpaster
The Bumpaster

Reputation: 964

Okay, I got it. So I'll post how to get for others who get on this post.

Because youtube is connected with google+ and users from google+ can use youtube at full service. Also channels on youtubes are connected and we all know that google "One account for all of google." So here is how you get a profile image.

GET https://www.googleapis.com/youtube/v3/channels?part=snippet&id={CHANNEL_ID}&key={YOUR_API_KEY}

Thats all, Sorry for my bad expression on question :)

Upvotes: 1

Related Questions