Seems something happen with getchallenge.
My code, which worked about 3 years, now return false.
Does it changed something in interface?
Below my sources
Thank you
$request = xmlrpc_encode_request("LJ.XMLRPC.getchallenge", array());
$context = stream_context_create(array('http' => array(
'method' => "POST",
'header' => "Content-Type: text/xml",
'content' => $request
)));
$file = file_get_contents("http://www.livejournal.com/interface/xmlrpc", false, $context);