在 swift 中使用 OAuth2 库时总是出现错误 "OAuth2: No authorization context present"
Always getting error "OAuth2: No authorization context present" while using OAuth2 library in swift
我正在使用 OAuth2 for integrating Outlook Calendar APIs with my iOS app.I was following with this tutorial: Adding Calendar and Contacts APIs。
登录后UI,呈现控制器关闭。之后,在尝试实施任何 API(日历、邮件等)时,它显示此错误:
OAuth2:不存在授权上下文
任何人都请帮忙!我已经坐了几个小时了。
看看这个拉取请求:https://github.com/jasonjoh/swift-tutorial/pull/8
自该教程编写以来,发生了变化(在 XCode 或 p2.oauth2 中)。您需要为您的应用委托使用不同的签名。
我正在使用 OAuth2 for integrating Outlook Calendar APIs with my iOS app.I was following with this tutorial: Adding Calendar and Contacts APIs。
登录后UI,呈现控制器关闭。之后,在尝试实施任何 API(日历、邮件等)时,它显示此错误:
OAuth2:不存在授权上下文
任何人都请帮忙!我已经坐了几个小时了。
看看这个拉取请求:https://github.com/jasonjoh/swift-tutorial/pull/8
自该教程编写以来,发生了变化(在 XCode 或 p2.oauth2 中)。您需要为您的应用委托使用不同的签名。