Hotmail 联系人列表

发布于 2024-12-11 23:48:34 字数 367 浏览 5 评论 0原文

有人可以逐步告诉我如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

纸伞微斜 2024-12-18 23:48:34

如果您能够登录,您应该获得一个 Cookie,在 Cookie 中您将获得一个令牌身份验证,您将获得构建 http 请求的信息:

https://apis.live.net/v5.0/me/contacts?access_token=ACCESS_TOKEN

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:

https://apis.live.net/v5.0/me/contacts?access_token=ACCESS_TOKEN
心房的律动 2024-12-18 23:48:34

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文