Hacker News new | ask | show | jobs
by gumbah 6440 days ago
Whoops! Haven't thought of that... you mean they have a limit on their API use?

Might have to build in a schedule-tweet-maximum then...

1 comments

I think the API limit is once per limit per account. So if an account has multiple tools accessing the API, it is easy to overschedule. I would put a sanity check in both your update rate and the amount you let people schedule. Don't become a twitter-DOS scheduling system :)
Good idea... Thanks!