[twitter-dev] PHP Search Example

2010-08-30 Thread lu5ceh
I using $SearchHashTag = $connection-get(search, array('q' = '#linux')); To search tweets and returns: stdClass Object ( [statuses] = Array ( [0] = 45070895939 [1] = 45070904709 [2] = 45070915901 [3] = 45070939637 [4] = 45070939741 [5] = 45071173851 [6] = 45071383871 [7] = 45071675705 [8] =

Re: [twitter-dev] PHP Search Example

2010-08-30 Thread Matt Harris
Hi lu5ceh, It looks like you aren't using the Search API. Have you tried making your request to: http://search.twitter.com/search.json?q=%23linux Best, Matt On Mon, Aug 30, 2010 at 9:10 AM, lu5ceh ignacio.santo...@gmail.com wrote: I using $SearchHashTag = $connection-get(search,