0

使用刷新令牌获取新访问令牌的 URL:

https://login.live.com/oauth20_token.srf?grant_type=refresh_token&' \
'client_id=%s&' \
'client_secret=%s&'\
'refresh_token=%s&' \
'redirect_uri=%s

当我们尝试为用户检索新的访问令牌时,我们收到 invalid_grant 错误,而不是没有从用户的 onenote 帐户拒绝我们的应用程序的权限并且它随机发生的事实。

平台 -蟒蛇

4

1 回答 1

0

如果不查看您的流程/代码,很难理解正在发生的事情。你在哪个平台上编码?

我鼓励您查看我们的代码示例:https ://github.com/onenotedev并找到您正在做的不同之处(或从示例开始并以此为基础)。

这里有几个: https://github.com/OneNoteDev/OneNoteAPISampleNodejs https://github.com/OneNoteDev/OneNoteAPISampleWinStore https://github.com/OneNoteDev/OneNoteAPISamplePHP https://github.com/OneNoteDev/OneNoteAPISampleAndroid https ://github.com/OneNoteDev/OneNoteAPISampleiOS

于 2016-10-18T17:18:55.463 回答