I just downloaded and installed the component... first I had the problem of the "expected blah blah blah on line 13"... I have been reading and I noticed that I was using php 4 and php 5 is needed... changed it.... starting to work.... when I tryed to log in I had problems.
I have been reading all the problems posts and I checked my server
I have php 5 with DOM Document and cURL enabled:


the results for my site and demo are the following:
AOL account:my site: not working
demo: not working
error message for both: "login failed. Please check mail and password...."
Gmail accountmy site: not working
error message: "Sorry, unable to fetch any contacts..."
demo: OK
Hotmail accountmy site: not working
error message: "Sorry, unable to fetch any contacts..."
demo: OK
Yahoo accountmy site: OK
demo: OK
Facebook accountmy site: OK
demo: OK
Linkedin accountmy site: OK
demo: OK
Hi5 accountmy site: not working
demo: not working
error message for both: "login failed. Please check mail and password...."
After that results I tried changing transport from curl to wget and it stopped working for all the accounts, error message was "login failed. Please check mail and password...." 4 all of them. I enabled the passthru on the php.ini and it's still failing
Any ideas what's the problem and how to solve it?