We are creating a new webapplication . In the testing fase we sended a lot of direct messages (for testing purposes) to myself on another twitter acount (erm_media). The twitter system sees our server as spam when we try to send a direct message. We get the following message:
object(stdClass)#99 (1) { [“errors”]=> array(1) { [0]=> object(stdClass)#105 (2) { [“code”]=> int(226) [“message”]=> string(172) “This request looks like it might be automated. To protect our users from spam and other malicious activity, we can’t complete this action right now. Please try again later.” } } }
Can you please resolve this issue so that users can use the twitter API again?
Thank in advance