To create a YouTube application in C#, you will need to use the YouTube API.
Here are the basic steps to get started:
Here's some sample code to get you started. This code queries the API for the 50 most popular videos on YouTube and prints their titles to the console:
main.cs531 chars19 lines
Be sure to replace "YOUR_API_KEY_HERE" with your actual API key, and "YOUR_APPLICATION_NAME_HERE" with the name of your application.
gistlibby LogSnag