简体   繁体   English

获取json user_timeline api twitter 1.1

[英]Get json user_timeline api twitter 1.1

I'm making an app for android that one of its features is a list of the tweets, the tweets I read a json alert that is requested by the twitter api, I'm using version 1.0 of the api, but is limited to 150 for requests per hour, it would be easily popped. 我正在为Android开发一个应用程序,它的功能之一是推文列表,这些推文我读取了twitter api请求的json警报,我使用的是api版本1.0,但仅限于150对于每小时的请求,它很容易弹出。

I've been reading a lot of hours on twitter documentation, which frankly sucks, has no real example like facebook documentation, not to mention that there is no manual explaining what each error returned, I am very frustrated with this. 我已经在Twitter文档上阅读了很多时间,坦白说很糟糕,没有像Facebook文档这样的真实示例,更不用说没有手册来解释每个错误返回的内容了,对此我感到非常沮丧。

I need a help request using user_timeline Oaut authentication in java 我需要在Java中使用user_timeline Oaut身份验证的帮助请求

it works here : 在这里工作

however is the 1.0 api and without authentication requests de150 the limit is easily popped. 但是,如果使用的是1.0 API,并且没有身份验证请求de150,则很容易弹出该限制。

I have no idea how to do this, I'm posting it already researched a lot and not getting any concrete resoltado. 我不知道该怎么做,我已经发布了很多研究资料,没有得到任何具体的解决办法。

Any help is welcome! 欢迎任何帮助!

Why not use a Twitter library like Twitter4J ? 为什么不使用Twitter4J之类的Twitter库? It has OAuth and API version 1.1 support. 它具有OAuth和API版本1.1支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM