authorization - Integration quickbooks online button in AngularJs -


How to use the QBO connect button with AngularJs? I am trying to add the QuickBooks Connect button on the page with AngularJs I had created this way: when the user clicks on the button - a new browser window is opened, but this grant url (left over the authorization page) It was immediately removed after being redirected. The code is very simple:

  & lt; Div class = "control-group" & gt; & Lt; Div class = "control" & gt; & Lt; Connect-to-quickbook / & gt; & Lt; / Div & gt; & Lt; / Div & gt;  

It seems that you are already signed in to QBO via a browser session. In that case, I believe that you go right for the callback.

In addition to this, I believe that you have a valid grant URL, in which the customer request token is sent eg

  "https: //appcenter.intuit.com/Connect/Begin?oauth_token=#{request_token}"  

Update: Here is an alternate instruction :


Comments