callbackurl while connecting to vso using oAuth
问题 I am trying to connect to VSO using oAuth. First step is to register our app and configure a call back url. I am creating a console application to test the connectivity. Please let me know how to configure the callback url. 回答1: Firstly, please take note that: Right now, it is only supported to register web application, it is impossible to register a console app. So, you need to have a web app first, you can download and use this sample project for a quick start: https://vsooauthclientsample