Slogger
Slogger copied to clipboard
Twitter library complaining about include_entities param
When twitterlogger runs, it prints a bunch of these:
/Library/Ruby/Gems/2.0.0/gems/twitter-5.3.1/lib/twitter/tweet.rb:57:in media': To get media, you must pass:include_entities => truewhen requesting the Twitter::Tweet. /Library/Ruby/Gems/2.0.0/gems/twitter-5.3.1/lib/twitter/tweet.rb:84:inuris': To get urls, you must pass :include_entities => true when requesting the Twitter::Tweet.
It otherwise seems to work. (Not sure if media attachment import is working, I would guess not from the error but I haven't tested it yet.)