如何通过 HTTP 请求让我完成 Twitter 推文
是否可以通过简单的 http 请求将特定用户完成的 Twitter 帖子简单地获取到应用程序中,而无需登录。作为 xml 或 json 格式。
我想做的是我想通过请求获取 xml 或 json 形式的 twitter feed,是否可以做到这一点。
如果可能的话,有人可以发布示例 http 请求吗?
谢谢您和亲切的问候,
Is it possible to simply get the twitter posts done by a particular user into an application with simple http requests without logging in. As xml or json format.
what I want to do is I want to get my twitter feeds as xml or json with a request, is it possible to do that.
Could someone post example http request if its possible to do so.
Thank you and Kind Regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只要用户不受保护,您就可以使用此 api 调用来完成此操作:
http://apiwiki.twitter.com/Twitter-REST-API -方法:-statuses-user_timeline
您将传递公共 Twitter 用户的 user_id 或屏幕名称的“id”参数。
享受
As long as the user is not protected you can do it with this api call:
http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-user_timeline
you will pass an "id" parameter of the user_id or screen name of the public twitter user.
enjoy