codeigniter-mailchimp-api-v2 icon indicating copy to clipboard operation
codeigniter-mailchimp-api-v2 copied to clipboard

Returning false

Open riscphree opened this issue 10 years ago • 5 comments

I'm trying to simply pull the lists with $this->load->library('mailchimp_library'); $this->data['lists'] = $this->mailchimp_library->call('lists/list');

and then just doing vardump as in the example. however, I'm getting this back as a result: bool(false)

Any idea what might be causing this or how I could dig into the issue further?

riscphree avatar Mar 13 '15 18:03 riscphree

Hey @riscphree. I haven't used this for a long while sorry. How are you configuring the library? I remember the auth process was interesting to say the least.

benbowler avatar Mar 18 '15 14:03 benbowler

I was simply using the config file with these:

$config['api_key'] = '';

$config['api_endpoint'] = '';

riscphree avatar Mar 18 '15 14:03 riscphree

Hi, I also have the same problem, the result I getting is bool(false). May I know any solution for this? Thanks.

echinlow avatar Jul 14 '15 07:07 echinlow

I ended up using I believe the official mailchimp class file, I was unable to get this one working.

riscphree avatar Jul 14 '15 10:07 riscphree

Thanks for ur reply. Need to find codeigniter Mailchimp api v3, but i not able find any library for mailchimp v3.

echinlow avatar Jul 15 '15 03:07 echinlow