The best way to authenticate through OAuth in the WinRT application for the Windows Store

Does anyone know of any tools that I could use for OAuth authentication in my Windows Store app written in the C # XAML approach?

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

Only the way to manually generate requests and send it through HttpClient? Or, any easier way?

+5
source share
3 answers

This is a late answer, but maybe I will help someone.

From what I remember, I used ultimately restsharp , it did a really good job.

+1

WebAuthenticationBroker.AuthenticateAsync OAuth OAuth, , Twitter, Facebook a.s.o.

. Microsoft -.

0

I just found this OAuth library for PCL (Portable Class Libraries).

Source Code :

Nuget package

I have not tested it.

0
source

All Articles