I'm experiencing the same.
On Tue Mar 22 23:35:57 2016, will.code.for.pizza@gmail.com wrote:
Show quoted text> use WWW::Contact;
> use Data::Dumper;
>
> my $wc = WWW::Contact->new();
> my @contacts = $wc->get_contacts('itsa@gmail.com', 'password');
> my $errstr = $wc->errstr;
> die $errstr if ($errstr);
> print Dumper(\@contacts);
>
>
> with my personal account data is not working.
>
> Returns:
>
> "Wrong Username or Password"
>
> Is the API still working ?
>
> Regards
>