First, your query string isn't a valid search API query string.  Copying and
pasting from advanced search is frowned upon.

If you strip it down to the basics of what you're trying to do you end up
with this

http://search.twitter.com/search.json?q=from:gp04lch&since=2010-03-01&rpp=15

Note that
1) You need to supply a content type for the query
2) You can't have a "within" on the API, look at the doc
http://apiwiki.twitter.com/Twitter-Search-API-Method:-search and use the
geocode param
3) Blank parameters generally aren't a good idea
4) The "from" operator doesn't work in the API, instead use from:<user> in
the query

Even after all that there does appear to be a bug in the search API, as I
get the result

{"error":"Couldn't find Status with ID=9796641788"}

I'll let that team know.

  ---Mark

http://twitter.com/mccv


On Mon, Mar 15, 2010 at 7:48 PM, Chung Han Lau <arbuquerq...@gmail.com>wrote:

> funny no one seems to be taking any interest in this thread. am i
> missing something?
>
> On Mar 15, 11:14 am, Chung Han Lau <arbuquerq...@gmail.com> wrote:
> > hi,
> >
> > am using twitter search returning json for webpage output. just got
> > this messag returned with this url:
> http://search.twitter.com/search?q=&ands=&phrase=&ors=&nots=&tag=&lan...
> >
> > seems i cannot use the 'Since this date' and 'Until this date'. please
> > rectify.
> >
> > regards
>

Reply via email to