Hi,

Using the PHP Twitter Search by  Ryan Faerman, I'm trying to create a
mashup to my final university project.

The class is that: 
http://greenservr.com/projects/twittersearch/TwitterSearch.phps

What I would like to know?

In the Search API Twitter, you can use many methods, and I dont know
if this class include all them. Examples:

1. searching tweets with tags "brasil" or "copa" since 2010-05-15.
http://search.twitter.com/search?q=brasil+OR+copa+since%3A2010-05-15

2. just using the operator "OR", to the tags "twitter" or "you":
http://search.twitter.com/search?q=twitter+OR+you

3. With the #hashtag:
http://search.twitter.com/search?q=%23twitter

FONT: http://search.twitter.com/operators

Looking at the TwitterSearch.phps, how can I create a script to bring
the results to me using OR ou SINCE operators? Look up my example:

http://www.portabilis.com.br/tcc/search_PHP_API/index.php?twitterq=brasil+copa&Submit=Enviar+dados

The link above bring me tweets that exists "brasil" AND "copa" tags. I
dont wanna AND but OR operator. Someone could help me with this?

Regards,

Reply via email to