Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm using the YouTube API and there doesn't seem to be a thumbnail image of the playlist as it is on YouTube.

Anybody have any ideas or come across this problem before?

Let me know.

share|improve this question

3 Answers

Once you have the playlist feed, you can access the media:group/media:thumbnail-url tag, which contains urls to each of the thumbnails created by YouTube. You can then use these urls to access the image.

I built a WinFords control to do this... If you need more help, then please ask.

share|improve this answer

I'm not seeing that option Johnny. I'm usin the .NET assemblies of the api

share|improve this answer

You can use a thumb link from http://img.youtube.com/vi/Go1wV4Ikd_I/1.jpg:

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.