I have a query of a customer I execute from time to time to search 1.1 API engine and return’s error
This is the query:
https://api.twitter.com/1.1/search/tweets.json?q="PR%20Newswire"%20-"%2FPR%20Newswire"
Twitter console (https://dev.twitter.com/console) returns an error:
{
“errors”: [
{
“code”: 195,
“message”: “Missing or invalid url parameter”
}
]
}
Anybody knows where could be the problem
episod
#2
Very strange. I’ll file with the search team.
Hi Taylor. Do you know if there was a resolution to this issue? I’m getting the same error intermittently for searches using “from:” but am not able to reproduce locally.