Last active
June 14, 2022 12:48
-
-
Save rosemaryreilman/f353e745d1f0c5884f87ad4c63a8684f to your computer and use it in GitHub Desktop.
Constant Contact Module settings.php examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Example of application created with Authorization Code Flow and Implicit Flow | |
| $settings['ik_constant_contact'] = [ | |
| 'client_id' => 'yourclientid', | |
| 'client_secret' => 'yourclientsecret', | |
| 'auth_type' => 'auth_code' | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment