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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ It is highly recommended that you encrypt any token data you store.
66
66
67
67
##### Generating New Access Tokens
68
68
69
-
Application access tokens are used to authenticate against the API on behalf of an application. Application tokens can be used to access resources in the API that either belong to the application itself (`webhooks`, `events`, `webhook-subscriptions`) or the Dwolla Account that owns the application (`accounts`, `customers`, `funding-sources`, etc.). Application tokens are obtained by using the [`client_credentials`][client_credentials] OAuth grant type:
69
+
Application access tokens are used to authenticate against the API on behalf of an application. Application tokens can be used to access resources in the API that either belong to the application itself (`webhooks`, `events`, `webhook-subscriptions`) or the Dwolla Account that owns the application (`accounts`, `customers`, `funding-sources`, etc.). Application tokens are obtained by using the [`client_credentials`](https://tools.ietf.org/html/rfc6749#section-4.4) OAuth grant type:
@@ -78,7 +78,7 @@ _Application access tokens are short-lived: 1 hour. They do not include a `refre
78
78
79
79
##### Initializing Pre-Existing Tokens:
80
80
81
-
The [Dwolla Sandbox Dashboard](https://dashboard-sandbox.dwolla.com/applications-legacy) allows you to generate `token`s for your application. These tokens can be initialized with the following attributes:
81
+
The [Dwolla Sandbox Dashboard](https://dashboard-sandbox.dwolla.com/applications-legacy) allows you to generate tokens for your application. A `Token` can be initialized with the following attributes:
Once you've created a `token`, currently, you can make low-level HTTP requests.
90
+
Once you've created a `Token`, currently, you can make low-level HTTP requests.
91
91
92
92
### Low-level Requests
93
93
@@ -238,7 +238,7 @@ _See https://developers.dwolla.com/api-reference#errors for more info._
238
238
239
239
## Community
240
240
* If you have any feedback, please reach out to us on [our forums](https://discuss.dwolla.com/) or by [creating a GitHub issue](https://github.com/Dwolla/dwolla-v2-python/issues/new).
241
-
* If you would like to contribute to this library, bug reports and pull requests are welcome on GitHub at https://github.com/Dwolla/dwolla-v2-python.
241
+
* If you would like to contribute to this library, [bug reports](https://github.com/Dwolla/dwolla-v2-python/issues) and [pull requests](https://github.com/Dwolla/dwolla-v2-python/pulls) are always appreciated!
242
242
* After checking out the repo, run `pip install -r requirements.txt` to install dependencies. Then, run `python setup.py` test to run the tests.
243
243
* To install this gem onto your local machine, `run pip install -e .`.
244
244
@@ -253,9 +253,9 @@ To learn more about Dwolla and how to integrate our product with your applicatio
253
253
*[Dwolla SDK for C#](https://github.com/Dwolla/dwolla-v2-csharp)
254
254
*[Dwolla SDK for Kotlin](https://github.com/Dwolla/dwolla-v2-kotlin)
255
255
*[Dwolla SDK for Node](https://github.com/Dwolla/dwolla-v2-node)
256
+
*[Dwolla SDK for PHP](https://github.com/Dwolla/dwolla-swagger-php)
256
257
*[Dwolla SDK for Ruby](https://github.com/Dwolla/dwolla-v2-ruby)
257
258
*[Developer Support Forum](https://discuss.dwolla.com/)
0 commit comments