简体   繁体   中英

How to Grab Hotmail Contact Email Addresses?

I am trying to retrieve user contacts in Hotmail account exactly like google+ and twitter.

What I tried so far is using getting verification code:

wrap_scope=WL_Contacts.View

I have traced Gogole+ and Twitter Invitations I noticed that both are using:

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] . Can any one help me out by providing some info on using the restricted apis of msn and also about applying for the scopes.

我尝试使用StesCode购买服务。

ViewFull is a restricted scope as you mentioned. 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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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