バグ #921 » api_shortcuts.rb.diff
core/plugin/twitter/mikutwitter/api_shortcuts.rb | ||
---|---|---|
236 | 236 |
params, |
237 | 237 |
{ 'Host' => parsed_url.host, |
238 | 238 |
'User-Agent' => "#{Environment::NAME}/#{Environment::VERSION}", |
239 |
'accept-encoding' => "identity;q=1"}) |
|
239 |
'accept-encoding' => "identity;q=1", |
|
240 |
'tweet_mode' => "extended"}) |
|
240 | 241 |
proc = line_accumlator("\x0D\x0A", &chunk) |
241 | 242 |
http.request(request){ |res| |
242 | 243 |
if res.code == '200' |