I’m developing a program to search tweet.
I use V1.1 API and set the query strings(include search strings and exception strings).
I set a query string which length less than 330 byte is OK.
But I set a query string which length more than 330 byte can not work.
I checked https://dev.twitter.com, but It is not written specifically.
Is there a limit on the length of the query string?
Thank you.