I recently came to know that now i can use Filter Streaming API to Stream live data of 5000 users. (From Twitter Discussion Forum - https://dev.twitter.com/discussions/16570)
Consider if i need to load Tweets of 10000 users from a server, is it valid to have one Consumer key / secret pair (representing my application)
and multiple OAuth token / secret pair to make Streaming API Call from single server?
or if this is not valid any other solution for this apart from contacting Third party data sellers?