我试图从office365 API测试示例代码,我可以登录到我的帐户,但之后,我总是会得到这个例外
AuthenticationFailedException被捕获
AADSTS65005:客户端应用程序已请求访问资源“https://outlook.office365.com”.此请求失败,因为客户端尚未在其requiredResourceAccess列表中指定此资源.
痕迹ID:7a39b0bd-1738-418f-984a-feffae5b5d9b
相关ID:16da7c7f-9f0c-468f-a560-a51b1ac9b3bf
时间戳:2014-07-09 07:36:34Z
Authenticator authentator = new Authenticator();
var authInfo = await authentator.AuthenticateAsync(“https://outlook.office365.com”);
请帮我或指出我在做错什么,这是我第一次在office365开发,请帮忙,谢谢.