[twitter-dev] since_id to old and some way to detect new id

2010-03-19 Thread NetOak
When I perform some search through the API, like this example:

http://search.twitter.com/search.atom?q=imente%20com%20-huubs%20verdienst%20-steven%20huubs%20-marc%20mateu%20gardey%20-marc%20mateu%20alsina%20-v%20imente%20com%20-juvenil%20-marc%20mateusince_id=9970356763

I get he response that since_id is to old.

The tweet that is referred by id is correct, present and accessible.
Is this one: http://twitter.com/pa1et/status/9970356763

In somewhere there's a specification of a id could not be used in
since_id parameter?

There's some pattern, some rule to detect when a id is too old to use
in since_id parameter?

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


Re: [twitter-dev] since_id to old and some way to detect new id

2010-03-19 Thread Mark McBride
Can you post the exact URL you're using?  The one posted fails because the
query is longer than 140 characters.  Trimming it to a single term succeeds.

This may be due to the fact that your ID is older than two weeks, and is
therefore unknown to search.  You could try using since=date instead and
see if that works.

  ---Mark

http://twitter.com/mccv


On Fri, Mar 19, 2010 at 2:49 AM, NetOak net...@gmail.com wrote:

 When I perform some search through the API, like this example:

 http://search.twitter.com/search.atom?q=
 imente%20com%20-huubs%20verdienst%20-steven%20huubs%20-marc%20mateu%20gardey%20-marc%20mateu%20alsina%20-v%20imente%20com%20-juvenil%20-marc%20mateusince_id=9970356763

 I get he response that since_id is to old.

 The tweet that is referred by id is correct, present and accessible.
 Is this one: http://twitter.com/pa1et/status/9970356763

 In somewhere there's a specification of a id could not be used in
 since_id parameter?

 There's some pattern, some rule to detect when a id is too old to use
 in since_id parameter?

 To unsubscribe from this group, send email to twitter-development-talk+
 unsubscribegooglegroups.com or reply to this email with the words REMOVE
 ME as the subject.


To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.