So I'm trying to get the channel profile picture for a YouTube channel by using the channelId.
I would like to do it simply by adding the channelId to a URL and get the image that way. Facebook has something similar where you use this URL:
http://graph.facebook.com/user_id/picture?type=square
Google+ has it too, found this question here. Sadly it didn't work for YouTube (I couldn't get it to work)
Hope someone has a solution!
Thanks in advance :)