views:

339

answers:

2

I am trying to find a php example code where it imports contacts from the windows live contacts api. I have examined the microsoft api manual - but it only gives code examples in C# (http://msdn.microsoft.com/en-us/library/bb463989.aspx) . I am new to this and need help to get started.

This is the place where it looks like I could get it but it seems microsoft disabled the downloading of their file - http://msdn.microsoft.com/en-us/azure/dd673596.aspx

If anybody could help me, I would appreciate it!

A: 

Hello chris,

Plz try this.

http://www.phpclasses.org/package/5438-PHP-Import-contacts-from-Web-mail-accounts.html

This can be helpful to you.

All the best.

Kanak Vaghela
A: 

take a look at

http://livecontactsphp.codeplex.com/

this should help you query the api via php

Diarmuid