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

Rest and Stream APIs are sunsetting by June 19, 2018 #908

Closed venkat20390 closed 1 year ago

venkat20390 commented 6 years ago

Twitter plans to sunset the REST and Stream APIs on Tuesday June 19, 2018. I could see this gem is being heavily relied on them. Will this gem work even after June 19,2018? Can we rely on creating new Twitter bots using this gem now?

clarkbab commented 6 years ago

As above, we rely heavily on the direct_messages endpoints and would like to know if there is any plan for updating this gem to use the new direct_messages/events endpoints as outlined in the migration guide?

boncey commented 6 years ago

Is there a link to support the bit about the REST API being turned off? I saw something about switching off streaming and direct messaging endpoints but not REST as a whole.

Thanks.

andypiper commented 6 years ago

The overall REST API endpoints are not going away. The specific endpoints that are being sunset (and replaced with new, more advanced alternatives) are the Direct Message REST endpoints.

brandonhilkert commented 6 years ago

@sferik Thanks for https://github.com/sferik/twitter/commit/0833471366a33657cd2920850e3928db010eecab. Any chance it'll be released soon?