简体   繁体   English

如何抓取Hotmail联系电子邮件地址?

[英]How to Grab Hotmail Contact Email Addresses?

I am trying to retrieve user contacts in Hotmail account exactly like google+ and twitter. 我正在尝试检索Hotmail帐户中的用户联系人,就像google +和twitter一样。

What I tried so far is using getting verification code: 到目前为止我尝试使用获取验证码:

wrap_scope=WL_Contacts.View wrap_scope = WL_Contacts.View

I have traced Gogole+ and Twitter Invitations I noticed that both are using: 我跟踪过Gogole +和Twitter邀请函,我注意到两者都在使用:

wrap_scope=WL_Contacts.ViewFull wrap_scope = WL_Contacts.ViewFull

but every time I use this parameter I receive: 但每次我使用这个参数我收到:

 error_code=1017&wrap_error_reason=ExternalConsentConnectivityProblem 

How can I get the restricted Permission [WL_Contacts.ViewFull] . 如何获得受限制的权限[WL_Contacts.ViewFull] Can any one help me out by providing some info on using the restricted apis of msn and also about applying for the scopes. 任何人都可以通过提供有关使用msn的受限api以及申请范围的一些信息来帮助我。

我尝试使用StesCode购买服务。

ViewFull is a restricted scope as you mentioned. ViewFull是您提到的限制范围。 To get access you need to apply for permission. 要获得访问权限,您需要申请许可。 Please Check this out You could also read this thread which talks about your problem and possible solutions. 检查这个你也可以阅读这个讨论你的问题和可能的解决方案的线程 Good luck! 祝好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM