technoweenie/madrox

Include native retweets in timeline on import.

cscorley opened this issue · 0 comments

When importing tweets from Twitter, the native retweets are not imported into Madrox's timeline.

The Twitter API, https://dev.twitter.com/docs/api/1/get/statuses/user_timeline, has an option for "include_rts", which could be embedded into a URL similarily to https://github.com/technoweenie/madrox/blob/master/bin/madrox#L121.

It seems that this does work in Madrox by just adding "include_rts=1" to the url (above), but I'm unsure if this is the best way to handle this. Should it use the retweet functionality of lib/madrox?