API call to “https://api.twitter.com/1.1/search/tweets.json?q=%23covalent10” stopped working.
It was working perfect with no issues, but today it has completely stopped.
I’ve check the auth and everything is correct.
This is what I’m getting back in the response:
{
“statuses”: [],
“search_metadata”: {
“completed_in”: 0.011,
“max_id”: 682340023090298900,
“max_id_str”: “682340023090298880”,
“query”: “%23covalent10”,
“refresh_url”: “?since_id=682340023090298880&q=%23covalent10&include_entities=1”,
“count”: 15,
“since_id”: 0,
“since_id_str”: “0”
}
}
It’s showing that there are 15 tweets, which there are, but it’s returning none of them. Any ideas?