我正在嘗試在Hotmail帳戶中檢索與Google +和Twitter完全相同的用戶聯繫人。如何獲取Hotmail聯繫人的電子郵件地址?
我試過到目前爲止使用得到驗證碼:
wrap_scope = WL_Contacts.View
我已經追查Gogole +和Twitter邀請我注意到,兩者都使用:
wrap_scope = WL_Contacts.ViewFull
但每次我使用此參數我收到:
error_code=1017&wrap_error_reason=ExternalConsentConnectivityProblem
我怎樣才能獲得受限制的權限[WL_Contacts.ViewFull]
。任何人都可以通過提供一些關於使用msn的限制apis以及關於申請範圍的信息來幫助我。
什麼,在哪裏,如何?請爲您的問題提供更多背景。 – x0n