diff options
author | anekos | 2013-03-15 23:20:30 +0900 |
---|---|---|
committer | anekos | 2013-03-15 23:20:30 +0900 |
commit | e1f90b9e6073c4d2235202522c0ad12809423ee7 (patch) | |
tree | f18b0a5290f5b6c4beab15e3b1f2145fc94e3aff /twittperator.js | |
parent | 0bc1bf18ea748898f23eab2144581868bc31be0d (diff) | |
download | vimperator-plugins-e1f90b9e6073c4d2235202522c0ad12809423ee7.tar.bz2 |
Twitter API 1.1 に対応なの?
Diffstat (limited to 'twittperator.js')
-rw-r--r-- | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index 73b4a1c..914f3bf 100644 --- a/twittperator.js +++ b/twittperator.js @@ -2049,7 +2049,7 @@ let INFO = liberator.echo(html, true); }, // }}} showTwitterMentions: function(arg) { // {{{ - tw.jsonGet("statuses/mentions", null, function(res) { + tw.jsonGet("statuses/mentions_timeline", null, function(res) { Twittperator.showTL(res.map(Utils.fixStatusObject)); }); }, // }}} |