Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 955
Marcin Avatar asked Nov 13 '22 09:11

Marcin


1 Answers

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

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

like image 95
Marcin Avatar answered Nov 14 '22 21:11

Marcin