Does twitter checks only the text of tweet while throwing the following error-
{“errors”:[{“code”:151,“message”:“There was an error sending your message: Whoops! You already said that.”}]}
I get the same error for two tweets having the same text but one containing location parameter and other not.
Are there any parameters, that can differentiate two tweets with same text and avoid the error mentioned above.
I am looking for solutions other than appending unique string to text of each tweet.