[twitter-dev] Re: problem with since_id in search

2010-10-12 Thread João Paulo Sabino de Moraes
anyone ? 2010/10/12 João Paulo Sabino de Moraes jona...@gmail.com hi everyone, since_id is not filtering correctly with search... below there is an example that explains better what I mean: the id in this query is related to the second newer tweet from nibuzz search without since_id:

Re: [twitter-dev] Re: problem with since_id in search

2010-10-12 Thread Taylor Singletary
In the example you are showing here, you're using a tweet id that is way outside of range (if we're just talking about digits, you're missing one..) If you look at the JSON results at: http://search.twitter.com/search.json?q=nibuzzsince_id=2707390922 (with the since_id you're presenting here),

Re: [twitter-dev] Re: problem with since_id in search

2010-10-12 Thread João Paulo Sabino de Moraes
Thanks Taylor, I've found the error, that was an error in the API I'm using, the tweet id was not being read correctly. now it is working! thanks! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi