0
votes

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.

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.

I need a help request using user_timeline Oaut authentication in java

it works here:

however is the 1.0 api and without authentication requests de150 the limit is easily popped.

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!

1
Here's some code I found, maybe it's some help; automateddeveloper.blogspot.fi/2011/06/… . - harism
Right now I'm reading the tutorial, seems to be what I need ... I'll try and post here! - jucajl
The example solved my problem, adptei for my project and is perfect (at least in as soon an update will come out of the API to all developers causing problems). Post as an answer so I can accept it. - jucajl

1 Answers

1
votes

Why not use a Twitter library like Twitter4J? It has OAuth and API version 1.1 support.