File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2429Add 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 ) .
You can’t perform that action at this time.
0 commit comments