Posts Tagged ‘search’

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','user','pass','http://example.com/ptwix/','/var/www/example/ptwix/cache/',PtwiX::$SEARCH,'silver-red');

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