You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
This sample app is meant to provide working example of how to make API calls to Quickbooks. Specifically, this sample application demonstrates the following:
7
7
8
-
-Implementing OAuth to connect an application to a customer's QuickBooks Online company for both OAuth1 and OAuth2.
8
+
-OAuth2 sample app for a QuickBooks Online company.
9
9
- Creating a QB customer that are added from Excel file using Customer API.
10
10
- Gets company data using CompanyInfo API
11
11
@@ -16,13 +16,11 @@ Please note that while these examples work, features not called out above are no
16
16
2. A [developer.intuit.com](https://developer.intuit.com/) account
17
17
3. An app on [developer.intuit.com](https://developer.intuit.com/) and the associated app keys:
18
18
- Client Id and Client Secret for OAuth2 apps; Configure the RedirectUri[http://localhost:5000/callback] in your app's Keys tab on the Intuit developer account, only Accounting scope needed
19
-
- Consumer key and Consumer secret for OAuth1 apps
20
-
4. This sample app uses several libraries listed in [requirements.txt](requirements.txt) which need to be installed including flask, flask_oauth, openpyxl, requests_oauthlib
19
+
4. This sample app uses several libraries listed in [requirements.txt](requirements.txt) which need to be installed including flask, openpyxl, requests_oauthlib
21
20
22
21
## First Time Instructions
23
22
1. Clone the GitHub repo to your computer
24
-
2. Install libraries mentioned above in Requirements 4.
25
-
3. Fill in your [config.py](config.py) file values by copying over from the keys section for your app
23
+
2. Fill in your [config.py](config.py) file values by copying over from the keys section for your app
0 commit comments