sferik / twitter-ruby

A Ruby interface to the Twitter API.
http://www.rubydoc.info/gems/twitter
MIT License
4.58k stars 1.31k forks source link

Update the maximum available favorites #944

Closed chaspy closed 4 years ago

chaspy commented 5 years ago

ref: https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/get-favorites-list

Specifies the number of records to retrieve. Must be less than or equal to 200; defaults to 20.

Hi, thank you for the very usuful gem! This is update only for document.


ps. I'm using this gem at my own service, favsearch. Thanks.