Add "json" option
[shpub.git] / src / shpub / Command / Like.php
index 65020dc04cd832f57e8d6cc95929729bcccf7486..ad19b8f529838a4014f50bc70420bff4eb1932b1 100644 (file)
@@ -24,8 +24,8 @@ class Command_Like extends Command_AbstractProps
         }
 
         $req = new Request($this->cfg->host, $this->cfg);
-        $req->req->addPostParameter('h', 'entry');
-        $req->req->addPostParameter('like-of', $url);
+        $req->setType('entry');
+        $req->addProperty('like-of', $url);
 
         $this->handleGenericOptions($cmdRes, $req);
         $res = $req->send();