Skip to content
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

Closed
abraham opened this issue Jan 12, 2015 · 5 comments
Closed

Add streaming support #295

abraham opened this issue Jan 12, 2015 · 5 comments

Comments

@abraham
Copy link
Owner

abraham commented Jan 12, 2015

Streaming support would be a good addition.

@dapphp
Copy link

dapphp commented Mar 23, 2017

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.

@salvob41
Copy link

This would be an awesome addition, do you guys have any update on this?

@dapphp
Copy link

dapphp commented Aug 28, 2017

@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 :)

@abraham
Copy link
Owner Author

abraham commented Jul 3, 2018

Related #684

@abraham
Copy link
Owner Author

abraham commented Jul 24, 2023

TwitterOAuth is in maintenance mode and major improvements are no longer planned. #1188

@abraham abraham closed this as completed Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants