Search code examples
c#oauthwindows-runtimewindows-store-appsportable-class-library

Best way to authenticate via OAuth in WinRT Windows Store App


Anybody knows about any tools which I could use to authenticate via OAuth in my Windows Store application written in c# XAML approach?

I known about DotNetOpenAuth, and Hammock but these tools are not PCL, and I can not reference it from my app!

Only way is to manualy generate requests and send it via HttpClient? Or, is any simpler way?


Solution

  • It is late response, but maybe I will help some one.

    From what I remember I used ultimately restsharp, It done job very well.