当我查看推特的API文档时,它提到了以下内容
Returns the 20 most recent mentions (tweets containing a users's @screen_name) for the authenticating user. The timeline returned is the equivalent of the one seen when you view your mentions on twitter.com. This method can only return up to 800 tweets. See Working with Timelines for...
然而,我找到的另一个网站在未经用户身份验证的情况下获得了提及。
我是如何得到这些提及的?从我发布的图片看起来网站只获取公共数据,那么当API声明提及仅针对身份验证用户时,它是如何得到的?