We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This module doesn't seem to work with OAuth2.
I tried to use the OAuth2 example and run into many problems.
I see there is a pull request to fix the first part to request token:
#136
My app works after implementing this pull request.
However, the refreshToken function doesn't work, and will give invalid_grant error from QBO when attempting to refresh.
invalid_grant
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This module doesn't seem to work with OAuth2.
I tried to use the OAuth2 example and run into many problems.
I see there is a pull request to fix the first part to request token:
#136
My app works after implementing this pull request.
However, the refreshToken function doesn't work, and will give
invalid_grant
error from QBO when attempting to refresh.The text was updated successfully, but these errors were encountered: