2009-07-28から1日間の記事一覧

JQueryを利用してtwitterのpublic_timelineを表示するサンプル

認証とかめんどくさいんで、とりあえずpublic_timelineを表示するサンプルです。 解釈している部分はfunction getTimeLine()内の result = $(data).find("status").each(function(){ value += "<li><span style='font-weight:bold'>" + $(this).find("user").find("screen_name").text() + "</span>" + </li>…