如何通过 HTTP 请求让我完成 Twitter 推文

发布于 2024-08-31 02:46:17 字数 294 浏览 2 评论 0原文

是否可以通过简单的 http 请求将特定用户完成的 Twitter 帖子简单地获取到应用程序中,而无需登录。作为 xml 或 json 格式。

我想做的是我想通过请求获取 xml 或 json 形式的 twitter feed,是否可以做到这一点。

如果可能的话,有人可以发布示例 http 请求吗?

谢谢您和亲切的问候,

Tharindu Madushanka

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,

Tharindu Madushanka

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心舞飞扬 2024-09-07 02:46:17

只要用户不受保护,您就可以使用此 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文