Thanks a lot Ryan. It works. I was using 'oauth'. Changing it to basic works. Changed the following $ConstantContact = new ConstantContact('oauth', $apiKey, $DatastoreUser['username'], $consumerSecret); to $ConstantContact = new ConstantContact("basic", $apiKey, $username,$password);
... View more