diff options
author | anekos | 2013-03-07 02:30:39 -0800 |
---|---|---|
committer | anekos | 2013-03-07 02:30:39 -0800 |
commit | d65d04e06585eeaa26bcaa7ea0c40f131d26be54 (patch) | |
tree | 789fd337d7e36392ba68b4f7a6b5fe1c8d3547fa | |
parent | e97b0e006fcb5ef30db3960f1d96d052a3b2add3 (diff) | |
parent | 17d4912238d182064764be51923f8b9e2ef9c450 (diff) | |
download | vimperator-plugins-d65d04e06585eeaa26bcaa7ea0c40f131d26be54.tar.bz2 |
Merge pull request #30 from yayugu/feature/twitter_api_1_1
Modified Twitter API version
-rw-r--r-- | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js index 0da88e8..73b4a1c 100644 --- a/twittperator.js +++ b/twittperator.js @@ -2659,7 +2659,7 @@ let INFO = proxyPort: gv.twittperator_proxy_port, screenName: gv.twittperator_screen_name, apiURLBase: "http" + (!!gv.twittperator_use_ssl_connection_for_api_ep ? "s" : "") + - "://api.twitter.com/" + (gv.twittperator_twitter_api_version || 1) + "/", + "://api.twitter.com/" + (gv.twittperator_twitter_api_version || "1.1") + "/", trackWords: gv.twittperator_track_words, count: (gv.twittperator_count || 20), lang: (gv.twittperator_lang || ''), |