Open chadpriddle opened 5 years ago
For the code and realmID call back from QB do I just need to create a GET route and point it too QuickBooksController@refreshTokens
Then the (QuickBooksAuthenticator::processHook()) will get called and it will get the variables from the URL?
I think i'm close to making some query calls. Still working through the auth part.
@chadpriddle just ran into myself, confirmed that you can set the redirect URI to anywhere you set up that calls QuickBooksAuthenticator::processHook()
QuickBooksAuthenticator::processHook()
For the code and realmID call back from QB do I just need to create a GET route and point it too QuickBooksController@refreshTokens
Then the (QuickBooksAuthenticator::processHook()) will get called and it will get the variables from the URL?
I think i'm close to making some query calls. Still working through the auth part.