6

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.

Mithun Satheesh
  • 27,240
  • 14
  • 77
  • 101
Basbous
  • 3,927
  • 4
  • 34
  • 62

2 Answers2

1

I Try To use The StesCode to buy the Service.

Basbous
  • 3,927
  • 4
  • 34
  • 62
0

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!

Hanlet Escaño
  • 17,114
  • 8
  • 52
  • 75