aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* service.rb: fix tweet object structureHEADnextmasterKazuki Yamaguchi2018-08-312-3/+32
| | | | | | | | | The Tweet object retrieved by the retired Streaming API and the Account Activity follows "Compatibility with additional extended_tweet in payload". However, the REST API still defaults to the "Compatibility" mode which does not support >140 characters texts at all. Let's adjust the response from the REST API to mimic "Compatibility with additional extended_tweet in payload" mode.
* support Account Activity APIKazuki Yamaguchi2018-08-308-94/+210
| | | | | My Twitter developer account application has finally been approved. It looks working fine now.
* config.ru: allow compressionKazuki Yamaguchi2018-08-201-0/+2
|
* twitter-event-streamKazuki Yamaguchi2018-08-2012-0/+622
This is still work-in-progress: my application to a Twitter developer account has not yet been approved.