Hello!
I started using the twitter api (so far so good), but suddenly “/followers/ids” started returning wrong data, Most of the times it returns 15 remaining when all is used.
I’m using twitter4j and running this function:
twitter.getRateLimitStatus().get("/followers/ids");
I actually saw it returning 15, 15, 15 then 7, and back to 15. I could not find any proof that this comes from twitter4j, but rather the response is wrong.
Any idea?
Per-Arne