これは私のコードです:
string accessToken = "##";
string accessTokenSecret = "##"; string consumerKey = "##"; string consumerSecret = "##"; string appToken = "##"; 文字列 realmId = "##"; //Quickbooks オンラインの会社 ID
OAuthRequestValidator oauthValidator = new OAuthRequestValidator(accessToken, accessTokenSecret, consumerKey, consumerSecret);
ServiceContext context = new ServiceContext(oauthValidator, appToken, realmId, IntuitServicesType.QBO);
受け取っています: InvalidTokenException was unhandled by user code - {"Unauthorized"} 新しい ServiceContext 行の作成中。何が問題なのかわからない。
助けてくれてありがとう。