sferik / twitter-ruby

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

fix: Twitter Stream Follow limits (#972) #996

Closed lemig closed 1 year ago

lemig commented 3 years ago

Hello. This fixes Twitter Stream Follow limits (#972).

According to Twitter API, I should be able to follow up to 5000 twitter accounts. But in practice I could not follow more than 500.

The stream filter API was using, as recommended, a POST request. But the params were still passed to the url instead of the body. This pull request fixes this.

brusacco commented 2 years ago

Any updates on this one? When it's going to be merged into the main branch? Thanks

sferik commented 1 year ago

@lemig I merged this patch but had to revert it because it broke the tests. Please let me know if you’d like to rework this patch to fix the tests before the next release, which I’m preparing now.

lemig commented 1 year ago

Hi @sferik I am not available to work on this currently.