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? 🙂
You should try to upload video file yourself. May be this HttpClient sample can be handy to start with. Again Laurent has a helpful talk with MVVM light