Intuit Developer Blog
-
We've hit 500 in the QuickBooks App Store!
We’re really excited to announce that the QuickBooks App Store is now 500 <strong>! (And growing!) From expense tracking to invoicing – and everything in between – we now have 500 apps to extend the power of QuickBooks Online! Have you integrated with QuickBooks and haven’t yet published to the App Store? Join the fastest […]
-
A deep dive into the PHP SDK and Recent Updates
Intuit Software Engineer, Hao Lu, recently gave a complete demo of the PHP SDK. I highly recommend that you check it out if you are interested in developing an app integration with QuickBooks Online and are a PHP developer—watch it here. In addition to the video, some of the most recent major changes for the PHP SDK are highlighted below.
-
Part 3: NodeJS Inventory Tracking Sample App
We’re back again with part 3 of the NodeJS Inventory Tracking Sample App. In this addition, we’ve included a reporting call and displayed it using plot.ly. Built on top of d3.js and stack.gl, plotly.js is a high-level, declarative charting library. Plotly.js ships with 20 chart types, including 3D charts, statistical graphs, and SVG maps.
-
Intuit Developer News Roundup – August 2017
Catch up on all things Intuit Developer in one quick post..
-
OAuth 2.0 Integration Tips: When testing your redirect URL….
I’ve been playing around with the new QuickBooks Online OAuth 2.0 integration and came across an error which caused me a few hours of grief. To save you guys time I decided to write about it and show you how to avoid this minor hiccup.
-
Obtaining, Tracking and Responding to Reviews of Your App
We know that our customers rely on a wide range of resources when they consider connecting a new app to their QuickBooks. However, one that continues to remain top of mind is App Reviews. Here are three tips for being proactive, informed, and engaged with reviews on your app.
-
Minor Versions: What are they and why they matter to you
At Intuit, we’re constantly improving our products including the QuickBooks Online API. This means we need to be able to introduce incremental changes to the API without breaking your app. Minor versions provides a way to do just that. Now, let’s look at how it works, so you can take advantage of new features today!
-
App Cards Update
Intuit Developer is excited to launch a new and improved way to fill out your QuickBooks App Store app cards. We’ve simplified the process, and the new changes will make sure that your apps are properly marketed to the customers who want them.
-
Upgrading your apps to support TLS 1.2
We recently announced that QuickBooks Online apps will be required to upgrade to TLS 1.1 or above by July 31, 2017 to align with industry best practices for security and data integrity. Intuit will also require an upgrade to TLS 1.2 by December 31, 2017. Steps for upgrading to TLS 1.2 vary for different coding languages.
-
Quick start to QuickBooks Online REST API with OAuth 2.0
As of July 17, 2017, QuickBooks Online API supports the OAuth 2.0 protocol for new developer accounts. Click here for more details on OAuth 1.0 and 2.0 for your account. This blog shows you how to generate OAuth 2.0 tokens and then call the QuickBooks Online APIs using the Postman app with OAuth 2.0. The […]