我想创建php应用以获取登录用户的Microsoft(outlook)联系人详细信息。 为此,我使用下面的方法,但是我无法得到正确的结果。
curl_setopt($curl,CURLOPT_URL,'https://login.live.com/oauth20_token.srf')
答案 0 :(得分:0)
尝试使用最新的Microsoft Auth Way
https://login.microsoftonline.com/common/oauth2/v2.0/authorize
但不是
https://login.live.com/oauth20_token.srf
更多建议:从official docs开始,然后更改为您的代码。在您熟悉图形产品之前,不要完全编写自己的框架