From: Tony Baldwin Date: Thu, 1 Mar 2012 06:31:10 +0000 (-0500) Subject: should work, doesn't. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ff22560f88bc0400f695f11618ab85c8b2bf45e;p=friendica-addons.git should work, doesn't. xml is correct, required parameters include, nothing gets through... --- diff --git a/ljpost/ljpost.php b/ljpost/ljpost.php index 8910adb6..3fb30bc8 100644 --- a/ljpost/ljpost.php +++ b/ljpost/ljpost.php @@ -187,26 +187,30 @@ function ljpost_send(&$a,&$b) { $min = intval(substr($date,14,2)); $xml = <<< EOT - - - LJ.XMLRPC.postevent - - - - username$lj_username - password$lj_password - usejournal$lj_username - event$post - subject$title - lineendingsunix - year$year - mon$mon - day$day - hour$hour - min$min - - - + + +LJ.XMLRPC.postevent + + +year$year +mon$mon +day$day +hour$hour +min$min +usejournal$lj_username +event$post +username$lj_username +password$lj_password +subjectxpost from friendica +lineendingsunix +ver1 +props + +useragentFriendica +taglistfriendica + + + EOT;