如何在C# (Windows RT)中使用堆栈溢出进行身份验证?我不确定如何做到这一点,所以任何例子都会很好。
发布于 2013-02-24 00:09:41
我认为您可以使用WebAuthenticationBroker通过OAuth 2进行身份验证。这里有一个示例here。您可能需要从here获取一些有关Stack Exchange API的文档。
WebAuthenticationBroker
https://stackoverflow.com/questions/15042107
相似问题