-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add streaming support #295
Comments
Hi @abraham , For a few years now I've had some efficient code I use for the streaming API. It supports gzip, uses cURL for handling connections and streaming, OAuth, follows all the guidelines I'm aware of (exponential backoff, error handling [temporary vs permanent]) and so forth. If you're interested in taking a look and discussing before I publish the code anywhere, feel free to message me. I'd be willing to contribute it to your library rather than release something separate and help offer support for that portion as well. |
This would be an awesome addition, do you guys have any update on this? |
@salvob41 If you're willing to work with me and provide feedback to test my library, I'd be happy to touch it up and post it publicly. It uses it's own OAuth library, has some basic classes for API calls, and would basically be completely independent of this library. I'm by no means trying to replace or hijack abraham's version in the PHP ecosystem (I just needed streaming/firehose and it was kinda a hobby project to do the rest). Hence why it's been private for basically 5 years :) |
Related #684 |
TwitterOAuth is in maintenance mode and major improvements are no longer planned. #1188 |
Streaming support would be a good addition.
The text was updated successfully, but these errors were encountered: