I've been working with my developer instance and exploring the API. I am successful at making API calls using the OAuth integration with the "password" grant type. But I've noticed something that seems less-than-optimal in regards to the access t...
No I didn't. I didn't think the issue I reported was ever truly understood, and util you replied I worried that no one understood what I wrote. In our implementation, some sort of wrapper API was put over the native API, and the wrapper API requires...
No, sorry. I'm hoping they improve their implementation and allow refreshing the token to actually generate a new token rather than returning the existing token with its approximate expiration.
I understand that, but the expiration time is not precise and cannot be estimated accurately. I don't know the exact time the token gets created, and I don't know how long the token takes to reach my API call. I also don't know if a previous API ...