Currently I’m trying to convert an application from the twitter API V1 to V1.1, but the search results are troubling me.
In the past, when I search on a hashtag, all previous items where returned properlyl (or from the ‘since_id’ parameter forward). But with the new API I’m not getting the same results. It seems that I only get the last week or month.
I did try the example search of 4 items, but that request doesn’t return the values specified by the example. Is there a max historical time on the search or something?
I haven’t been able to find anything about this behavior.