新的 Twitter API
Twitter 今天推出了新 API
请查看“用户登录和注册”。因此解释了如何验证用户身份。根据此代码,在客户端对用户进行身份验证很简单。但是现在如何在服务器端获取身份验证数据呢?
twitter today presented new APIs
Please look at "User login & signup". So there is explained how to authenticate user. And according to this code it's simple to authenticate user at client-side. But how to get auth data now at server-side?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Twitter @Anywhere 具有短暂的令牌,对于服务器端 API 查询没有用处。您应该研究使用 Twitter 进行身份验证的标准 OAuth 方法。
http://dev.twitter.com/pages/auth
Twitter @Anywhere has short lived tokens that will not be useful for sever side API querying. You should look into the standard OAuth method of authenticating with Twitter.
http://dev.twitter.com/pages/auth