我能够获得salesforce oath2的access_token。访问令牌可能会在一段时间后过期,之后我们需要刷新访问令牌。但是我总是在这段代码中得到"Bad Request“错误。/ function called when the response data is available Ti.API.infofunction called when an error occur
当请求访问/刷新令牌时,刷新令牌被发送,但是在API响应中缺少"refresh_token_expires_in“属性。我不知道官方的过期时间戳是什么。为什么缺少文档化的属性?对于授权类型"authorization_code“和"refresh_token”授权请求,我都收到了相同的响应体。下面是我收到的一个例子。scope": "Calendars.Read Calendars.ReadWrite Files.Read Fi