Hi,

On Wed, Oct 28, 2009 at 9:40 PM, Jai <jaishank...@gmail.com> wrote:

>
> What is the criteria for dupliate tweets? then how the polling
> applications works? they may have several tweets with similar text?
>
>
Duplicate tweets = consecutively, exactly same tweet.

tweet1 = "foo";
tweet2 = "bar";

rv1 = send_tweet(tweet1);
rv2 = send_tweet(tweet1);
rv3 = send_tweet(tweet2);

above sequence, only rv1 and rv3 are succeed.

DWI

On Oct 28, 8:14 am, Dwi Sasongko Supriyadi <ruck...@gmail.com> wrote:
> > Hello,
> >
> > On Wed, Oct 28, 2009 at 6:23 PM, Greg <gregory.av...@gmail.com> wrote:
> >
> > > Hello,
> >
> > > I have an application that sends out a Tweet when a user Authorizes
> > > the Application and asks a Question to a particular user. Does Twitter
> > > block continous sending out of a Tweet within a time period? I am
> > > doing testing of the application and whenever I try to do a Update
> > > Status - it returns the ID of the last Tweet that I made from the
> > > account. Did my Consumer Key/Consumer Key get blocked, or will Twitter
> > > not allow the same tweet to be posted in a certain time period?
> >
> > I also develop an application that sends tweets taken from plaintext.  So
> > far, I found experiences that twitter doesn't allow consecutive tweets
> that
> > are identical.
> >
> > DWI
>

Reply via email to