Hi!
My name is Victoria and I am making a twitter application that sends
tweets to the user´s twitter account according to the actions the user
does on the application webpage. For example if the user pushes a
botton that says "hello", the application sends a tweet that says
"hello" concatenated to a 5 digit random number (to avoid two tweets
with the same message which I know Twitter doesn´t take).

The problem is the application sends the tweets some of the times but
not all of them... For example if the application is suppose to send 5
tweets, only 3 of them gets send, or sometimes 4.

I believe it has nothing to do with the variable where I put the tweet
message (it´s a session variable concatenated with a string and the
random number).

I will appreciate your help, thanks,

Victoria P.

Reply via email to