Cheers, I have just looked and tested - I can login correctly using your API Key, but get a Internal Server Error (500) meaning PHP has thrown an error!
Add:
to the top of the responsehandler.php file so I can have a look at the actual PHP error you are having.PHP Code:
error_reporting(E_ALL);
ini_set('display_errors', '1');
Regards,
Matt
Bookmarks