Skip to content

Instantly share code, notes, and snippets.

@rosemaryreilman
Last active June 14, 2022 12:48
Show Gist options
  • Select an option

  • Save rosemaryreilman/f353e745d1f0c5884f87ad4c63a8684f to your computer and use it in GitHub Desktop.

Select an option

Save rosemaryreilman/f353e745d1f0c5884f87ad4c63a8684f to your computer and use it in GitHub Desktop.
Constant Contact Module settings.php examples
# 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