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?
HttpClient
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.
WebAuthenticationBroker.AuthenticateAsync OAuth OAuth, , Twitter, Facebook a.s.o.
. Microsoft -.
I just found this OAuth library for PCL (Portable Class Libraries).
Source Code :
Nuget package
I have not tested it.