I'm trying to upload a video to Youtube from a Windows Store App (C# + XAML). The authentication part was quite easy using OAuth. But the upload itself is not so easy. I'm really stuck and have no idea where to go next. In typical .Net application you can use the "google-gdata" client Library, but it doesn't work on Windows Store Apps.
Has anyone tried this before? And succeed? :)