0

How do I authenticate with Stack Overflow in C# (Windows RT)? I'm not sure how to do this, so any example would be great.

hichris123
  • 10,145
  • 15
  • 56
  • 70

1 Answers1

1

I think you can use WebAuthenticationBroker to authenticate through OAuth 2. There is a sample here. You might need to get some documentation for the Stack Exchange API from here.

Filip Skakun
  • 31,624
  • 6
  • 74
  • 100
  • And there are no ready-made API for working with it? –  Feb 23 '13 at 16:13
  • I think there isn't much you need after you look at these two links. In fact I will try to do it myself since I was thinking about doing an SO app before. – Filip Skakun Feb 23 '13 at 16:33