我是否需要 OAuth 才能获取公共 Twitter 状态更新?
我只需要检索公共用户提要,但 Twitter 文档的某些方面很糟糕(除非其他人知道“您可以使用 API 做什么”页面)。我是否需要使用 OAuth 来完成这么简单的事情?在 Twitter 上注册应用程序是否会以任何方式公开该应用程序? (我希望不会,但“应用程序名称”必须是唯一的,这让我担心。)
I just need to retrieve a public user feed, but some aspects of Twitter's documentation are terrible (unless someone else knows of a "What you can do with the API" page). Do I need to use OAuth for something as simple as that? Does registering an application with Twitter make it public in any way? (I would expect not, but the "Application Name" must be unique, which makes me worry.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Twitter API v1,您不需要 OAuth 来检索公共 user_timelines。然而,OAuth 对于提高速率限制可能很有用。
在 Twitter API v1.1 中,所有 API 请求都需要使用 OAuth 进行身份验证。
Using Twitter API v1 you do not need OAuth to retrieve public user_timelines. OAuth could be useful for an increased rate limit however.
In Twitter API v1.1 authentication with OAuth is required for all API requests.