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 45ef134 commit 1253bf3Copy full SHA for 1253bf3
README.md
@@ -66,6 +66,7 @@ The above will ask the user to authorize the app for the scopes you specified.
66
67
### 2. Retrieve the Code sent to the $redirectURI
68
```php
69
+$client = new \PHPFUI\ConstantContact\Client($apiKey, $secret, $redirectURI);
70
$client->acquireAccessToken($_GET);
71
// Save $client->accessToken and $client->refreshToken to the database
72
// redirect back to your businesss logic (Step 3)
0 commit comments