[twitter-dev] Re: Best scalable method to process mentions

2010-11-30 Thread Serdar
single user. Otherwise you will run into API > rate limits and other issues. > > -John Kaluckihttp://twitter.com/jkalucki > Twitter, Inc. > > On Tue, Nov 30, 2010 at 4:09 AM, Serdar wrote: > > I think I could not make myself clear! > > > My app already processes

[twitter-dev] Re: Best scalable method to process mentions

2010-11-30 Thread Serdar
mentions via the database rather > than via the twitter api. > > On Nov 30, 1:25 am, Serdar wrote: > > > Hi I have just launched my first twitter application. Basically: > > > -People send a tweet that mentions @appName (authorizing not needed) > > -App checks for new

[twitter-dev] Best scalable method to process mentions

2010-11-29 Thread Serdar
as I'm not happy with my code! -Is there an API method I could use for this purpose, which would make things easier? Thanks, Serdar. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: h

[twitter-dev] statuses/friends - Reverse navigation

2010-01-18 Thread Serdar Kiliç
ge forward 100 records at a time to get to their oldest friend, so to speak. Thanks, Serdar