codeigniter-mailchimp-api-v2
codeigniter-mailchimp-api-v2 copied to clipboard
Returning false
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?
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.
I was simply using the config file with these:
$config['api_key'] = '';
$config['api_endpoint'] = '';
Hi, I also have the same problem, the result I getting is bool(false). May I know any solution for this? Thanks.
I ended up using I believe the official mailchimp class file, I was unable to get this one working.
Thanks for ur reply. Need to find codeigniter Mailchimp api v3, but i not able find any library for mailchimp v3.