javascript - Google+ API with youtube-api-v3 -


i want channel profile image or user profile image on videoid youtube-api-v3. how query that?

update using channelid search query acceptable. tell me find profile image of channel or user. it's easy manipulate json if know find image.

okay, got it. i'll post how others on post.

because youtube connected google+ , users google+ can use youtube @ full service. channels on youtubes connected , know google "one account of google." here how profile image.

get https://www.googleapis.com/youtube/v3/channels?part=snippet&id={channel_id}&key={your_api_key} 

thats all, sorry bad expression on question :)


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -