I want to allow users on my website to import contacts from their hotmail account, using OAuth. Is it possible?
-
Take a look @ these webpages. http://msdn.microsoft.com/en-us/library/ff752204.aspx and http://msdn.microsoft.com/en-us/library/ff750546.aspx – Ranhiru Jude Cooray Jul 11 '10 at 09:21
-
Thanks. Looks like that thing is in beta. – niaher Jul 12 '10 at 09:20
4 Answers
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?

- 9,460
- 7
- 67
- 86
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/

- 3,327
- 30
- 25

- 483
- 2
- 12
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)

- 24,677
- 9
- 99
- 108
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!

- 271
- 3
- 11