[twitter-dev] Fetch timeline fo application users

2010-06-08 Thread o...@emby.ru
Hello,
How can I fetch all messages from users that use my Application?
I can fetch messages from all users, that I follow, but how can I do
it from application without user?

Thanks.


Re: [twitter-dev] Fetch timeline fo application users

2010-06-08 Thread Taylor Singletary
There's no super-efficient way to do this at this time. If you're trying to
track all the public tweets issued by users of your application, the
Streaming API's filter/follow features might serve some of what you're
trying to accomplish.
http://apiwiki.twitter.com/Streaming-API-Documentation#statuses/filter

Taylor Singletary
Developer Advocate, Twitter
http://twitter.com/episod


On Tue, Jun 8, 2010 at 7:36 AM, o...@emby.ru 816...@gmail.com wrote:

 Hello,
 How can I fetch all messages from users that use my Application?
 I can fetch messages from all users, that I follow, but how can I do
 it from application without user?

 Thanks.