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.
Asked
Active
Viewed 85 times
0
-
Yes. I want to make a program for Windows 8 in C # to work with SO Do not know how to do authentication. – Feb 23 '13 at 15:30
-
I can not deal with the API for winRT/C#. – Feb 23 '13 at 15:36
-
Is SO StackOverflow site or something else ? – philippe lhardy Feb 23 '13 at 15:42
-
You question is too broad. Please specify what have you tried so far and what problems or errors are you having. – José Luis Feb 23 '13 at 15:43
-
Yes. As for C#/WinRT make authorization StackOverflow. – Feb 23 '13 at 15:45
-
Found [API](https://github.com/NickLarsen/StacMan) for working with Stack Overflow. I can not understand – Feb 23 '13 at 16:07
-
@KovalenkoTaras You will need to ask much more specific question. What don't you understand about the API? – svick Feb 23 '13 at 16:23
-
Which class is responsible for the authorization? – Feb 23 '13 at 16:28
1 Answers
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
-
-
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