Subsequent identical messages ignored?

2008-12-06 Thread Corey Menscher
I'm creating a Java app that updates my Twitter account's status on a certain event. I'm able to update the status once (i.e. "Hello World!"), but when I submit subsequent statuses with the identical text, my Twitter feed does not get updated When I change the text slightly ("Hello World 2!"), t

Re: Subsequent identical messages ignored?

2008-12-09 Thread Corey Menscher
No documentation update yet...can you please just tell me what the subsequent update limit is so I can update my code to prevent redundant posts? In the meantime I'm going to limit identical posts to no more than one a minute. (Don't worry, I don't expect the app to update nearly that often...but