And how ill get shure that the url contain /xxx and not only
http://url.me(example).
I'll have to parse any twitt?
Maybe now or in future more accurace filter will solve this.

For example, a search like this:

$tw=new twitt_search();
$tw->query("http://url.me/???";);
printr $tw->results();

filter "???" will seach for any http://url.me that have 3 characters after /

and filters like this understood?

Do you know anything about a class that implements advanced filters like
this?

On Sat, May 9, 2009 at 7:28 PM, Chad Etzel <jazzyc...@gmail.com> wrote:

>
> Best bet would be to search for "url.me" (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
> > 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.
> > Thanks in advanced
> >
> >
>

Reply via email to