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

5.9k Views Asked by At

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.

2

There are 2 best solutions below

2
Ibrahim Ulukaya On BEST ANSWER
0
bigtech On

Google has a variety of libraries to make this fairly simple:

https://developers.google.com/youtube/v3/libraries

Including this .NET version:

https://code.google.com/p/google-api-dotnet-client/