为什么 Twitter 的 API 提供了一种以编程方式创建 "Likes," 的方法,如果它违反了他们的自动化规则?

Why does Twitter's API provide a way to programmatically create "Likes," if it goes against their Automation rules?

我正在考虑使用 Twitter's official REST API 自动点赞符合特定条件的特定帖子。

我查看了 API 参考资料,看看这是否可行——事实上, 和终点:

但是,查看 Twitter 的政策——特别是 "Automation rules",似乎明确禁止自动执行此行为:

D. Automated actions you take on Tweets or accounts

Automated likes: You may not like Tweets in an automated manner.

这引出了我的问题:如果 Twitter 中的自动点赞明显违反规则,为什么他们在官方 API 中为开发人员提供此行为的端点?

我编写了自定义 Twitter 应用程序。如果我希望我的应用程序的用户能够 "Like" 推文,我会调用允许我这样做的 Twitter API 函数。