How do I get the email address for Hotmail contacts?

I am trying to get user contacts in a Hotmail account in the same way as google + and twitter.

What I have tried so far is to get a confirmation code:

wrap_scope = WL_Contacts.View

I followed Gogole + and Twitter Invitations. I noticed that both use:

wrap_scope = WL_Contacts.ViewFull

but every time I use this parameter, I get:

error_code=1017&wrap_error_reason=ExternalConsentConnectivityProblem 

How to get limited permission [WL_Contacts.ViewFull] . Can someone help me by providing some information on using limited apis msn, as well as application for areas.

+6
source share
2 answers

I am trying to use StesCode to purchase a Service.

+1
source

ViewFull is the limited area you talked about. To gain access, you need to apply for permission. Please Check This. You can also read this topic , which talks about your problem and possible solutions. Good luck

0
source

Source: https://habr.com/ru/post/898599/


All Articles