Jeffrey Greenberg

Results 2 issues of Jeffrey Greenberg

We're having serious problem with exception handling. These are probably 429 errors but we don't know since, response->code is not set. So we try to print the exception via print_r(...

So twitter changed the rate limiting http response to 429 for api v1.1, where in ver1 it sometimes used 400 and sometimes 420... And EpiTwitter doesn't handle 429... See this...