Skip to content

Commit 71d53e1

Browse files
Update README.md
1 parent 6fe3f2b commit 71d53e1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ for the requests. So you'll need an implementation of these. We recommend using
2020
}
2121
```
2222

23+
Additionally to request an access token you'll need an oauth2 implementation such
24+
as [league/oauth2-client](https://github.com/thephpleague/oauth2-client).
25+
Sample code for this can be found in "[examples/generate-token.php](examples/generate-token.php)".
26+
Note: because of oauth2 your domain MUST be available through HTTPS.
27+
2328
## Installation
2429
Add following to your composer.json:
2530

@@ -61,4 +66,4 @@ component. If you want to use it with an evaluation version please use following
6166

6267
## License
6368

64-
This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
69+
This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)