Posts Tagged ‘twitter search’

Aug
30

Twitter search: Example queries and available operators

2009

The ptwix search method accept string in this format

“bye&rpp=20″

There are some instructions about search queries (Come directly from twitter search API method page)
This information are not up to date, is strongly suggested to read directly the twitter documentation.

(more…)

Aug
30

Twitter advanced search with ptwix

2009

From version 1.1 ptwix can show results of a twitter search.
Make search is really simple:

Setting the value PtwiX::$SEARCH at the “timeline type” parameter in the constructor.

$PtwiX=new PtwiX('firs',PtwiX::$SEARCH,'silver-red');

Now you can call the setSearchString method and pass it the string that you want to search. (more…)