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.
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_granterror from QBO when attempting to refresh.