11

I want to create a login form for my desktop application that user can use Windows Live ID for that. I create an application in manage.dev.live.com and use Desktop Implementation section.

I use a WebBrowser control and navigate to a given address. but I don't know how to receive the token for user. If I have made a mistake please tell me how to fix that.

Mark Hall
  • 53,938
  • 9
  • 94
  • 111
amirhosseinab
  • 1,030
  • 2
  • 16
  • 29

1 Answers1

3

As of June 2011, Windows Live ID supports OAUTH 2.0 and should enable you to do that (read more about it). WPF code example can be found at https://github.com/liveservices/LiveSDK/tree/master/Samples/CSharpDesktop.

Wladimir Palant
  • 56,865
  • 12
  • 98
  • 126
  • 1
    your code link is dead, the new one seems to be https://github.com/liveservices/LiveSDK-for-Windows/tree/master/src/Desktop – Cel Jun 01 '14 at 09:30