On Mon, Apr 11, 2011 at 5:38 PM, Rakesh Kumar <[email protected]> wrote: > For example if i want to search tweets of "Cloud Magic(a user)" and i search > with it's post id "cldmgc", at least 10 results show be fetched in one > result set. >
Twitter search api need not to authenticate, to get search results a simple json query via the url http://search.twitter.com/search.json?q=Cloud%20Magic would be enough. > Although i came to know that it can be done by writing some lines of php > codes(APIs provided by others) but it only shows one result related to that > keyword. Above URL shows more than 1 result, what is the API call you are using ? Regards, Gaurav Mishra # Blog: http://www.gmishra.com # Twitter: http://www.twitter.com/gmishra # LinkedIn:http://www.linkedin.com/in/gauravmishra7 _______________________________________________ Ilugd mailing list [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd
