Disabling Mentions #607
-
Hi! Thanks in advance :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Twitter restricts API access if users of your app spam @mentions. Hence the issues in the past 2-3 weeks where we had the API access revoked and had to update the app with a new key multiple times. This isn't a new thing apparently and other developers have had hit the same issue [1] [2] [3], but it's the first time it has happened to harpy. Basically we will have to add a limitation on how often a user can @mention other users in their tweets so that our API access doesn't get automatically revoked. |
Beta Was this translation helpful? Give feedback.
Twitter restricts API access if users of your app spam @mentions. Hence the issues in the past 2-3 weeks where we had the API access revoked and had to update the app with a new key multiple times.
This isn't a new thing apparently and other developers have had hit the same issue [1] [2] [3], but it's the first time it has happened to harpy.
Basically we will have to add a limitation on how often a user can @mention other users in their tweets so that our API access doesn't get automatically revoked.
I'll add this with the next big update that I'm currently working on but until then @mentions are completely disabled.