intuit / oauth-jsclient

Intuit's NodeJS OAuth client provides a set of methods to make it easier to work with OAuth2.0 and Open ID
https://developer.intuit.com/
Apache License 2.0
121 stars 156 forks source link

I've been trying all day and can't figure out how the API gets authorized #64

Closed MotorCityCobra closed 4 years ago

MotorCityCobra commented 4 years ago

@kyleabens :

said... So for your app, you could have this process : setToken(authToken) -> isAccessTokenValid() -> MakeAPICall()

It's not clear if this is for a user to authorize an app. I don't need that. I need to make an API call. It's not clear from the main page how I get the token to send to and receive from the API.

joel-deleon-tg commented 1 year ago

@MotorCityCobra did you find out how to do this? I assume all you wanted was to allow external users to talk to QBO APIs, unfortunately documentation is not clear and following the steps would lead the users to a sign in page they should not use.