I am attempting to pull several @user and #hashtags from the twitter search API. The complexity of the query is causing a 403 error. Wondering what the recommended work around for this is.
My thought is to query each term individually. So if I have 40 @users I want to get tweets for, I will make 40 queries, cache each, and then pull the data from the cache and display as one feed.
If there is an alternative method or suggestion, I would greatly appreciate any insight.