I'm trying to list tweets from multiple users. I have the usernames in an array, and all was working fine with the 1.0 Twitter API, i was using something like
http://search.twitter.com/search.json?q=from%3username1+OR+from%3username2
Now i tried with the new 1.1 query string and nothing is working.
eg
https://api.twitter.com/1.1/search/tweets.json?q=from%3username
suggestions?