前回の記事に引き続きAtomAPI用。 PHPとcURL使用。 <?php require_once 'cURL.php'; $atomapi_url = "http://cms.blog.livedoor.com/atom/"; $livedoor_id = "your livedoor id"; /* livedoorID */ $password = "your password"; /* パスワード */ $category = "1"; /* カテゴリ */ $title = "sample"; /* 記事タイトル */ $text = "content"; /* 記事本文 */ $created = date('Y-m-d\TH:i:s\Z'); $nonce = pack('H*', sha1(md5(time()))); $pass_digest = base64_enco