Search code examples
c#youtube-apiyoutube.net-apiyoutube-data-api

what is the best way to access youtube data api with c#


I'm wondering what the best supported way of accessing the youtube data api is with c#?

Are any of the library's up to date? I can quite easily switch to Django or Rails for this app, but thought I would start with C# as it seems that it is referred to in the current docs. However the examples seem inconsistent, so I'd rather just switch to something that works than mess about with this.


Solution

  • And you can get c# examples at https://github.com/youtube/api-samples/tree/master/dotnet

    and the library is in https://developers.google.com/api-client-library/dotnet/apis/youtube/v3