LifeOnScreen / laravel-quickbooks

QuickBooks meets Laravel. Finally.
Other
16 stars 24 forks source link

Redirect URI #7

Open chadpriddle opened 5 years ago

chadpriddle commented 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.

themightychris commented 5 years ago

@chadpriddle just ran into myself, confirmed that you can set the redirect URI to anywhere you set up that calls QuickBooksAuthenticator::processHook()