I'm calling the twitter search using the command line and for all things it works well , except for searches beyond the first page.
curl --silent --include -k https://mobile.twitter.com/search?q=michael
works fine, and I find the 'load older' results link after I parse, and come up with
curl --silent --include -k https://mobile.twitter.com/search?max_id=273642014212501504&q=michael
calling this , only returns the signup page, and no search results -
however, if i paste the url with the max_id into a browser, the results come up correctly.