Slogger icon indicating copy to clipboard operation
Slogger copied to clipboard

Twitter library complaining about include_entities param

Open dansanderson opened this issue 11 years ago • 0 comments

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.)

dansanderson avatar Oct 20 '14 06:10 dansanderson