Вардан Багирян (bigsauron) wrote in lj_dev,
Вардан Багирян
bigsauron
lj_dev

XML-RPC get chalenge

Hello,

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);
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 1 comment