Hello, running stuck with the 'updateContact()' function not working. I'm assuming you are simply pushing the list's id in the format; 'http://api.constantcontact.com/ws/customers/custname%40customerdomain.com/lists/3' into the $contactObj object's lists array correct? EDIT! I had: array_push($mfmin );
and left out the array from the array_push method: array_push($contactObj->lists,$mfmin );
woops!
... View more