-
Notifications
You must be signed in to change notification settings - Fork 568
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
Twitter API Connection Errors? #18
Comments
I'm assuming you're talking about the Streaming API. If Twitter closes the connection, the |
No, not the Streaming API, the Status API I have my App posting twits every 20 minutes, and over the last 2 days it failed 3 times. |
OK, the callback you write should be handling the error then if twitter returns an error. Is there not enough information passed to the callback for you to handle the error? |
You are right, looks like I wasn't handling the error correctly... problem solved! Thanks so much! |
no worries :) |
I am having a problem when the Twitter API is down, my whole application crash.
Is there any standar way to deal with connection errors?
Thanks!
The text was updated successfully, but these errors were encountered: