g45rg34d
g45rg34d

Reputation: 9660

Does MSN/Hotmail support OAuth?

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

Upvotes: 3

Views: 5528

Answers (4)

Jay Gibb
Jay Gibb

Reputation: 483

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/

Upvotes: 1

Robban
Robban

Reputation: 281

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!

Upvotes: 0

g45rg34d
g45rg34d

Reputation: 9660

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?

Upvotes: 3

Related Questions