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.
source share