3

I want to allow users on my website to import contacts from their hotmail account, using OAuth. Is it possible?

niaher
  • 9,460
  • 7
  • 67
  • 86

4 Answers4

3

Looks like Microsoft is working on this at the moment: http://msdn.microsoft.com/en-us/windowslive/ff688938.aspx

They already have the OAuth WRAP (http://msdn.microsoft.com/en-us/library/ff750690.aspx) library that you can use to connect Windows Live services, however it is in beta and is not freely available (you must join the beta program).

Anyone has any info on how long might this take?

niaher
  • 9,460
  • 7
  • 67
  • 86
1

We wrote up a detailed timeline of all of the changes that have happened over Microsoft regarding their contacts API and OAuth here:

http://www.cloudsponge.com/news/2013/11/29/300-percent-increase-in-outlook.com-import-conversions/

Rael Gugelmin Cunha
  • 3,327
  • 30
  • 25
Jay Gibb
  • 483
  • 2
  • 12
0

Playing with hotmail OAuth: http://pmsenthilkumar.blogspot.jp/2012/01/playing-with-hotmail-oauth.html (Links to: http://msdn.microsoft.com/en-us/library/hh243649.aspx)

lepe
  • 24,677
  • 9
  • 99
  • 108
0

Have a look at http://msdn.microsoft.com/en-us/library/ff749458.aspx. I've tried to get my "MSN Invite contacts" function working right now and that's what I've found this far. Works excellent!

Robban
  • 271
  • 3
  • 11