Re: [twitter-dev] How to get results older than last 100 tweets from a profile or search

2010-09-02 Thread Pablo Augusto
efficiency. Thanks in advanced for yout time. best regards, * * *Pablo Augusto* MSN: m...@pabloaugusto.com SKYPE: sk...@pabloaugusto.com EMAIL: cont...@pabloaugusto.com SITE: http://webtags.com.br [image: Linkedin] http://linkedin.com/in/pabloaugusto [image: Twitter]http://twitter.com/pabloaugusto

Re: [twitter-dev] How to get results older than last 100 tweets from a profile or search

2010-08-31 Thread Pablo Augusto
just working, but i want se some examples of best practices in this area. Thanks in advanced. [image: Pablo Augusto] *Design e Desenvolvimento* MSN: m...@pabloaugusto.com SKYPE: sk...@pabloaugusto.com EMAIL: cont...@pabloaugusto.com TWITTER: @pabloaugusto SITE: http://pabloaugusto.com On Tue, Aug

[twitter-dev] How to get results older than last 100 tweets from a profile or search

2010-08-30 Thread Pablo Augusto
: for example: $search-since(21554873450); Buts aver show the last newest results. Anyone knows how can i get results older than last 100 newest in any querry, class, function, etc? if anyone can help, ill be graceful. * * *Pablo Augusto* MSN: m...@pabloaugusto.com SKYPE: sk...@pabloaugusto.com EMAIL

[twitter-dev] Get all twitts that have a url domain

2009-05-09 Thread Pablo Augusto
Hello, I'm mading a short url system and want know the best pratice to get all twitts that have used my url service. Whats the best, to cron a php script to get public_timeline, parse each post to check if have text like http://url.me/; or use search api? All opinions about it are welcome.

[twitter-dev] Re: Get all twitts that have a url domain

2009-05-09 Thread Pablo Augusto
(or whatever the domain is) using the Search API and doing some post processing to make sure the results is valid for your needs. -Chad On Sat, May 9, 2009 at 6:17 PM, Pablo Augusto em...@pabloaugusto.com wrote: Hello, I'm mading a short url system and want know the best pratice to get all

[twitter-dev] Re: Get all twitts that have a url domain

2009-05-09 Thread Pablo Augusto
will have to scan each tweet itself. This is why you search for the super-set of results you want, then parse them yourself. A one line regex match in PHP will figure out if the tweet matches your desired filter or not. -Chad On Sat, May 9, 2009 at 6:38 PM, Pablo Augusto em