is there any sample of using oAuth to get hotmail contact list? thanks.
Asked
Active
Viewed 3,034 times
3 Answers
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.
(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