Can someone tell me step by step how to get contacts (emails) from Windows Live API in php.. using oauth
i have implemented gmail,yahoo,aol easily, but i am unable to implement this. The furthest i have able to go is authenicate a user from live .. redirect to my site but the uri it hits using curl returns nothing
https://livecontacts.services.live.com/users/@C@-XXXXXXXXXXXXXXXXX/rest/livecontacts
Hotmail will not give the information (emails).
The option, make a curl call to login, and log into it.
Them make a second curl call to the contact page and parse all the information.
Oskar