-1

is there any sample of using oAuth to get hotmail contact list? thanks.

peterwang
  • 1,159
  • 2
  • 11
  • 11

3 Answers3

1

CloudSponge can do it for you.

http://www.cloudsponge.com/test-drive

We've also written up a complete timeline of the changes to Microsoft's DelAuth/OAuth APIs over the last few years for anyone who's interested.

http://inside.cloudsponge.com/stories/2013/11/29/300-percent-increase-in-outlook.com-import-conversions.html

(In case I didn't make it obvious enough, I work for CloudSponge)

Jay Gibb
  • 483
  • 2
  • 12
1

I don't think they support OAuth. They seem to use Windows Live ID Delegated Authentication, which is a similar concept, but non-standard. They do have samples for both the authentication and contacts APIs, though.

Matthew Flaschen
  • 278,309
  • 50
  • 514
  • 539
0

You can use socialauth library for this. URL for the same is http://code.google.com/p/socialauth/

Tarun Nagpal
  • 964
  • 1
  • 9
  • 25