Sha256: 7b0d6317f7df8d2cbea0de09daa66531024505cb5050bd56c4a3cfe061881e2b
Contents?: true
Size: 352 Bytes
Versions: 1
Compression:
Stored size: 352 Bytes
Contents
module TwitterFriendly module REST module Favorites MAX_TWEETS_PER_REQUEST = 100 def favorites(*args) options = {result_type: :recent}.merge(args.extract_options!) push_operations(options, __method__) fetch_tweets_with_max_id(__method__, MAX_TWEETS_PER_REQUEST, args[0], options) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twitter_friendly-0.3.0 | lib/twitter_friendly/rest/favorites.rb |