File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,10 @@ Connecting your application to Quickbooks Online
26
26
)
27
27
28
28
authorize_url = quickbooks.get_authorize_url()
29
+ request_token = quickbooks.request_token
30
+ request_token_secret = quickbooks.request_token_secret
29
31
30
- Store the authorize \_ url, request \_ token , and request \_ token \_ secret
32
+ Store the `` authorize_url ``, `` request_token `` , and `` request_token_secret ``
31
33
for use in the Callback method.
32
34
33
35
2. Handle the callback:
@@ -52,8 +54,7 @@ Connecting your application to Quickbooks Online
52
54
access_token = quickbooks.access_token
53
55
access_token_secret = quickbooks.access_token_secret
54
56
55
- Store realm\_ id, access\_ token, and access\_ token\_ secret need to be
56
- stored for later use.
57
+ Store ``realm_id ``, ``access_token ``, and ``access_token_secret `` for later use.
57
58
58
59
Accessing the API
59
60
-----------------
@@ -251,4 +252,4 @@ on Python 2.
251
252
.. |Build Status | image :: https://travis-ci.org/sidecars/python-quickbooks.svg?branch=master
252
253
:target: https://travis-ci.org/sidecars/python-quickbooks
253
254
.. |Coverage Status | image :: https://coveralls.io/repos/sidecars/python-quickbooks/badge.svg?branch=master&service=github
254
- :target: https://coveralls.io/github/sidecars/python-quickbooks?branch=master
255
+ :target: https://coveralls.io/github/sidecars/python-quickbooks?branch=master
You can’t perform that action at this time.
0 commit comments