Twitter BOTのアイコン変更について
Twitter BOTのアイコン変更について
http://twbot.blogspot.com/2010/03/easybotter2pearhttpoauth.html?spref=tw
上記のサイトを参考に、Twitter BOTのアイコン変更をしたいと思っています。
同じく、上記サイトからDLできるソースをそのまま設置しbot.phpを実行したのですが
以下のエラーが表示され、アイコン変更は出来ませんでした。
エラー内容
Fatal error: Call to undefined method HTTP_OAuth_Consumer::sendRequest2() in /home/***/public_html/***/bot.php on line 11
line 11 のソース
$response = $eb->consumer->sendRequest2('http://twitter.com/account/update_profile_image.xml', null, "POST", array('image' => 'fc.jpg','mime' => 'image/jpeg'));
OAuthの関係かと思ったのですが、通常の動作(post)は出来、困惑しております。
どなたが御知恵を拝借頂けますと助かります。
宜しくお願い致します。
お礼
回答ありがとうございました