문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top