Tag Archives: twitter

Twitterウィジェットの更新

Twitter APIが1.1になるのに伴い、ウィジェットを更新した。ウィジェットの横幅はCSSで変更しなくても自動で合わせてくれるのでありがたい。 参考サイト 埋め込みタイムライン | Twitter Develope … Continue reading

Posted in 未分類 | Tagged , | Leave a comment

WordPressでソーシャルボタンを設置したい

WordPress本を参考に、はてなブックマーク、twitter、Google+、Facebookのソーシャルボタンを設置した。(/wordpress/wp-content/themes/twentyten_edit/配 … Continue reading

Posted in 未分類 | Tagged , , , , | Leave a comment

Webサービス”まわりのつぶやき”をリリースしました

はじめてWebサービスをリリースしました。 名前は”まわりのつぶやき ( http://neighbor-tweets.com )“です。 現在位置のまわりのツイートを表示します。 スマートフォン … Continue reading

Posted in 未分類 | Tagged , , , , , , | Leave a comment

twitter bot (CRONによる定期処理)

書籍”公開API活用ガイド”の第10章:twitterの章末に、botをつくるといいよとあったのでやってみた。 定期的につぶやくのは、CRONでphpコマンドを実行することで実現できるみたい。 参考サイトに” … Continue reading

Posted in 未分類 | Tagged , , , , | Leave a comment

HTTP_OAuthで認可を受けて twitter API (REST API Methods) を使う

前回の続き。書籍”公開API活用ガイド”の第10章:twitterを読んで実践。 コード打ち込んで動作確認までできた。 メモ PEARライブラリに、HTTP_OAuth, HTTP_Request2, Net_URL2が … Continue reading

Posted in 未分類 | Tagged , , , , | Leave a comment

twitter API (REST API Methods) でpublic_timelineを表示

前回の続きで、書籍”公開API活用ガイド”の第10章:twitterを読んで実践。 メモ public_timelineは認証なしで取得できる。 リクエストURLの形式:http://api.twitter.com/1/ … Continue reading

Posted in 未分類 | Tagged , | Leave a comment

twitter API (Search API Methods)

書籍”公開API活用ガイド”の第10章:twitterを読んで実践。6〜9章は10章終わったときにどうしようか考える。 書籍では、キーワード”工学社”の検索結果を一覧表示するプログラムを解説してい … Continue reading

Posted in 未分類 | Tagged , | Leave a comment