Greetings gang, I'm running into a problem that I suspect is rate limit related.
I have an hourly job scheduled to fetch details of my followers. The first call checks the rate_limit and calculates the max number of getUser calls to make this hour. For example, if my remaining calls is 149, it will make 49 calls. After about 15 calls each time, I get the following message: Uncaught exception 'TwitterException' with message 'User has been suspended.' ( I get the uncaught exception part) but any thoughts on what's going on here? Thanks in advance.
