We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c89eef commit edc9352Copy full SHA for edc9352
README.md
@@ -9,9 +9,9 @@ PHP SDK for Face++
9
4. If you choose Amazon(US) server, please uncomment the 'http://apius.faceplusplus.com/v2' or 'https://apius.faceplusplus.com/v2' in line 21 - 24
10
11
5. Add the API_KEY & API_SECRET to be a standard in line 27 & 28 or assign them dynamicly to your object.
12
- <?php
13
- $facepp = new Facepp();
14
- $facepp->api_key = '{YOUR_KEY_HERE}';
15
- $facepp->api_secret = '{YOUR_SECRET_HERE}';
16
- ?>
17
-
+
+ <?php
+ $facepp = new Facepp();
+ $facepp->api_key = '{YOUR_KEY_HERE}';
+ $facepp->api_secret = '{YOUR_SECRET_HERE}';
+ ?>
0 commit comments