Opauth-CampaignMonitor
Opauth strategy for CampaignMonitor authentication., (*1)
This strategy relies on an API endpoint that is currently stable, but undocumented (https://api.createsend.com/api/v3.1/me.json)., (*2)
Getting started
-
Install Opauth-CampaignMonitor:, (*3)
Using git:, (*4)
cd path_to_opauth/Strategy
git clone https://github.com/t1mmen/opauth-campaignmonitor.git CampaignMonitor
Or, using Composer, just add this to your composer.json:, (*5)
{
"require": {
"t1mmen/opauth-campaignmonitor": "*"
}
}
Then run composer install., (*6)
-
Create a CampaignMonitor application ([see instructions][2]), (*7)
-
Configure Opauth-CampaignMonitor strategy with client_id, client_secret and scope (See [permissions][2]), (*8)
-
Direct user to http://path_to_opauth/campaignmonitor to authenticate, (*9)
Strategy configuration
Required parameters:, (*10)
<?php
'CampaignMonitor' => array(
'client_id' => 'YOUR CLIENT ID',
'client_secret' => 'YOUR CLIENT SECRET',
'scope' => 'YOUR,SCOPES,HERE'
)
License
Opauth-CampaignMonitor is MIT Licensed
Copyright © 2014 Timm Stokke (http://timm.stokke.me), (*11)