Reputation: 1195
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!
Upvotes: 0
Views: 998
Reputation: 7906
Why not use a Twitter library like Twitter4J? It has OAuth and API version 1.1 support.
Upvotes: 1