I have built an app on nodejs with the Twitter Account Activity (AA) and Direct Message (DM) APIs. So far we’re still in the development and testing stage, where we have noticed that, at times when a user follows a certain path in the bot flow multiple times, the DM API returns a 226 error (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)
The chatbot works on similar principles as the SnowBotDev, where the user sends a DM and the bot specifically replies only to the DM, which is why I feel the anti-spam filter should not have filtered my request, as I am responding to a user action.
I’ve read a lot of posts on this forum but did not come across a mitigation strategy here.
I plan to try and randomize the bot responses to see if that would help me. I would be grateful if you could point me in the right direction.
system
Closed
#2
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.