Hotmail 联系人列表
有人可以逐步告诉我如何在 php 中从 Windows Live API 获取联系人(电子邮件)吗?使用 oauth
我已经轻松实现了 gmail、yahoo、aol,但我无法实现这一点。 我能做的最远的事情就是从实时验证用户..重定向到我的网站,但使用curl命中的uri不返回任何内容
https://livecontacts.services.live.com/users/@C@-XXXXXXXXXXXXXXXXX/rest/livecontacts
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您能够登录,您应该获得一个 Cookie,在 Cookie 中您将获得一个令牌身份验证,您将获得构建 http 请求的信息:
If you are able to login you should get a Cookie, in the Cookie you will get a token autentification, them you will get the information building a http request with:
Hotmail 不会提供信息(电子邮件)。
该选项,进行一个curl调用来登录,然后登录。
他们对联系页面进行第二次卷曲调用并解析所有信息。
奥斯卡
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