Question

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.

Was it helpful?

OTHER TIPS

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/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top