我正在关注下面的 VB.Net 示例应用程序。 https://github.com/SuperRoo/Xero_Asp_VB_Net_Connection_Example
代码看起来很有希望。但是当我运行应用程序时,下面的行给出了一个异常。
Dim token As RequestToken = SessionManager.XeroSession.GetRequestToken(callbackUri.Uri)
异常详细信息:DevDefined.OAuth.Framework.OAuthException:私有应用程序无法请求请求令牌
仅供参考:我无法从这个论坛帖子中得到任何信息。 https://community.xero.com/developer/discussion/6639946
有人帮我解决这个问题。请...