rwestlund / quickbooks-go

A Go library for Intuit's QuickBooks Online API
BSD 2-Clause "Simplified" License
18 stars 33 forks source link

If redirect to QBO Connector automatic after auth? #19

Closed Ignorant-lxf closed 5 months ago

Ignorant-lxf commented 1 year ago

Hi,I have some questions.

How can I redirect to QBO Connector after have authorization? @lukecyca @nsotgui @rwestlund

rwestlund commented 1 year ago

If you're talking about QuickBooks Web Connector, that's for desktop versions of QB. This library is only for the online version.

If you're talking about deep linking to something within QBO like an invoice, it's like this:

<a href="https://${sandbox_mode ? 'c50.sandbox.':''}qbo.intuit.com/app/invoice?txnId=${quickbooks_id}">link</a>