Ok I got today new version of twitter4j ( 3.0.3 ) and same problem:
20:29:34.110 ERROR m.s.s.Twitter: 429:Returned in API v1.1 when a request cannot be served due to the application’s rate limit having been exhausted for the resource. See Rate Limiting in API v1.1.(https://dev.twitter.com/docs/rate-limiting/1.1)
message - Rate limit exceeded
code - 88
As You can see API 1.1, and same result my old user @daaatz wrks fine, new user @daaatzwp got limit problem.
And Im 100% sure that limit could not be reach. Because this account ( @daaatzwp ) was used only locally, there is only 1 tweet in this account, so I couldnt reach the limit.
I can here paste my code but generally it works like in: http://twitter4j.org/en/code-examples.html#oauth
Today I even switched to some my old branch from february and same thing ( on Feb it was working ).
Regards