Currently on Twitter API call and MyNews API call, we use the from and the to to bound the query between two dates.
The issues is that if the limit is hit before reaching the end of the period we only get the first day in the order returned by the API.
One way to do could be to adapt the following to the MyNews API and Twitter API
Currently on Twitter API call and MyNews API call, we use the
from
and theto
to bound the query between two dates. The issues is that if the limit is hit before reaching the end of the period we only get the first day in the order returned by the API. One way to do could be to adapt the following to the MyNews API and Twitter API