2016-12-06 80 views
0

我想在java中使用Microsoft Outlook REST API,但在登录后使用OAuth2进行身份验证后出现以下错误。我的项目使用maven和tomcat在eclipse中构建。Microsoft Outlook Rest API Oauth2登录uri无法完成请求

enter image description here 错误的链接如下: https://login.live.com/err.srf?lc=1033#error=unauthorized_client&error_description=The+client+does+not+exist.+If+you+are+the+application+developer%2c+configure+a+new+application+through+the+application+management+site+at+https://apps.dev.microsoft.com/

我建我的登录URL以下面的Java类:

enter image description here

这里是我的应用程序注册的样子: enter image description here

enter image description here

enter image description here

谢谢 提前!

回答

0

原来删除了<>在客户端ID附近修复了它