From b417ebd7b50d214db755dc89bd10285d1d0779ef Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 9 Apr 2008 11:59:37 +0000 Subject: lang/javascript/vimperator-plugins/trunk/twitter.js: * しまったotsuneさんのuser_timelineのままだった>< git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@9207 d0d07461-0603-4401-acd4-de1884942a52 --- twitter.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/twitter.js b/twitter.js index a35df2a..680734f 100644 --- a/twitter.js +++ b/twitter.js @@ -20,8 +20,9 @@ } function showFollowersStatus(username,password){ var xhr = new XMLHttpRequest(); - //xhr.open("GET","http://twitter.com/statuses/friends_timeline.json",false,username,password); - xhr.open("GET","http://twitter.com/statuses/user_timeline/otsune.json",false,username,password); + xhr.open("GET","http://twitter.com/statuses/friends_timeline.json",false,username,password); + // for debug + //xhr.open("GET","http://twitter.com/statuses/user_timeline/otsune.json",false,username,password); xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xhr.send(null); var followers_status = window.eval(xhr.responseText); -- cgit v1.2.3