Skip to content

Commit 1253bf3

Browse files
committed
Better readme
1 parent 45ef134 commit 1253bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ The above will ask the user to authorize the app for the scopes you specified.
6666

6767
### 2. Retrieve the Code sent to the $redirectURI
6868
```php
69+
$client = new \PHPFUI\ConstantContact\Client($apiKey, $secret, $redirectURI);
6970
$client->acquireAccessToken($_GET);
7071
// Save $client->accessToken and $client->refreshToken to the database
7172
// redirect back to your businesss logic (Step 3)

0 commit comments

Comments
 (0)