Skip to content

Commit 0834bf1

Browse files
Update to README for OAuthv2.
1 parent 258ebd0 commit 0834bf1

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
QuickBooks PHP DevKit
22
=====================
33

4-
QuickBooks integration support for PHP 5.x+
5-
4+
QuickBooks integration support for PHP 5.x+
5+
66
The package you've downloaded contains code and documentation for connecting various versions and editions of QuickBooks to PHP, allowing your PHP applications to do fancy things like:
77

88
- Automatically send orders placed on your website to QuickBooks Online or QuickBooks for Windows
99
- Charge credit cards using Intuit Payments / QuickBooks Merchant Services
1010
- Connect to QuickBooks v3 APIs via OAuth
11-
- Get access to QuickBooks reports
12-
- Pull information out of QuickBooks and display it online
11+
- Get access to QuickBooks reports
12+
- Pull information out of QuickBooks and display it online
1313
- Connect to all Microsoft Windows versions of QuickBooks
1414
- Connect to all QuickBooks Online versions
1515
- Authenticate via OAuth
1616
- etc. etc. etc.
1717

18-
Almost anything you can do in the QuickBooks GUI, in QuickBooks Online Edition, and with QuickBooks Merchant Service can be accomplished via this framework.
18+
Almost anything you can do in the QuickBooks GUI, in QuickBooks Online Edition, and with QuickBooks Merchant Service can be accomplished via this framework.
1919

2020
## Quick Start Guides
2121

22-
* QuickBooks FOR WINDOWS (via QuickBooks Web Connector) - read the [quick start guide for the Web Connector/QuickBooks for Windows](http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Quick-Start)
22+
* QuickBooks FOR WINDOWS (via QuickBooks Web Connector) - read the [quick start guide for the Web Connector/QuickBooks for Windows](http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Quick-Start)
2323

2424
* QuickBooks ONLINE (via Intuit Partner Platform/Intuit Anywhere) - read the [quick start guide for Intuit Partner Platform/QuickBooks Online] (http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Intuit_Partner_Platform_Quick-Start)
2525

2626

27-
## OAuth 1.0 to OAuth 2.0 migration
27+
## OAuth 1.0 to OAuth 2.0 migration
2828

29-
This is a _work in progress_. You can find some initial information at the link below. More information to follow this week:
29+
You can find information on how to migrate your app from OAuth v1.0 to OAuth v2.0 below. We are also working on getting OpenID Connect and an automated token migration process ready -- coming soon.
3030

3131
* <https://github.com/consolibyte/quickbooks-php/blob/master/README_OAUTHV1_TO_OAUTHV2.md>
3232

3333
## Updates and Improvements
3434

35-
Please follow me on Twitter to be notified about updates/improvements:
35+
Please follow me on Twitter to be notified about updates/improvements:
3636

3737
- https://twitter.com/keith_palmer_jr
3838

3939

4040
## Support
4141

42-
If you have questions, suggestions, or find a bug, the absolute best way to get support, report bugs, or ask for help is to ask on the forums:
42+
If you have questions, suggestions, or find a bug, the absolute best way to get support, report bugs, or ask for help is to ask on the forums:
4343

4444
- http://stackoverflow.com/ (This is the best place to get support -- *make sure you post your code*)
4545
- https://intuitpartnerplatform.lc.intuit.com/
4646

4747

4848
## Examples
4949

50-
You will find examples in the docs/ folder.
50+
You will find examples in the docs/ folder.
5151

5252

53-
### Examples for QuickBooks ONLINE
53+
### Examples for QuickBooks ONLINE
5454

5555
If you are using *QuickBooks ONLINE*, then you need to look in this folder for examples:
5656

@@ -59,21 +59,21 @@ If you are using *QuickBooks ONLINE*, then you need to look in this folder for e
5959
Make sure you look at the [quick start guide for Intuit Partner Platform/QuickBooks Online] (http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Intuit_Partner_Platform_Quick-Start)
6060

6161

62-
### Examples for QuickBooks FOR WINDOWS
62+
### Examples for QuickBooks FOR WINDOWS
6363

6464
If you are using *QuickBooks FOR WINDOWS*, then you need to look in this folder for examples:
6565

6666
* docs/web_connector/
6767

68-
Make sure you look at the [quick start guide for the Web Connector/QuickBooks for Windows](http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Quick-Start)
68+
Make sure you look at the [quick start guide for the Web Connector/QuickBooks for Windows](http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Quick-Start)
6969

7070

7171
### Additional Info
7272

73-
There is additional documentation and additional examples on our legacy and new wikis:
73+
There is additional documentation and additional examples on our legacy and new wikis:
7474

75-
- http://wiki.consolibyte.com/wiki/doku.php/quickbooks (legacy)
76-
- http://www.consolibyte.com/docs/index.php/QuickBooks (new wiki)
75+
- http://wiki.consolibyte.com/wiki/doku.php/quickbooks (legacy)
76+
- http://www.consolibyte.com/docs/index.php/QuickBooks (new wiki)
7777

7878

7979

0 commit comments

Comments
 (0)