I am unable to add users to a custom audience. I am getting a return value of true (success), however after waiting, no users are ever added to the list. I have used the same list through the power editor and have 90% matches, however when the same list is submitted through the API via Koala, no users are added. The list does go into a status of waiting after I attempt, so I know they received my request.
I've tried both MD5 and CRC32_MD5 hashing with the same result. I've checked my hashing method result against the dev docs examples and they look fine.
members_array = [{email_hash: "CRC32_MD5_hash"}, {email_hash: "CRC32_MD5_hash"}, ...]
Koala_object.put_connections(audience_id, nil, users: members_array.to_json)
I've debugged the params. All looks fine. At a loss since the return from Facebook is useless.