I’m using REST API 1.1 to get the tweets on home timeline of user but it has only 15 calls per 15 mins.
Is there any way to increase the rate limiting of REST API 1.1 to make more call in predefined time. I know that there is STREAMING API and i’m using it to get the latest tweet and other notifications but my requirement is to increase the rate limiting of REST API 1.1.
I have spend a lot of time in searching but haven’t find anything about this.
Any help will be appreciated!