I’m having some problems with a large scale tweets grabber I am building in node.js.
I need to get tweets of about 7 days. After reaching about 10,000.00 tweets, my search is stopped because search_metadata.next_results is not displayed.
If I put the same ‘GET’ in API Console, It return normally the ‘next_results’ parameter. So, It’s a API Rate limit or something?