twitter API サンプル サンプルソースコード s_twitter.php(文字コードはUTF-8) <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>twitter API サンプル</title> </head> <body> <h1>twitter API サンプル</h1> <?php //ユーザーIDとパスワードを設定する $email = "登録したメールアドレス"; $password = "登録したパスワード"; //Twitter APIのメソッドURLを設定する //$host = "http://twitter.com/statuses/replies.xml"; //返信一覧 //$host = "http://twitter.co