Sorry for the lack of previous information. I was having trouble trying to create a test scenario I could isolate parts of the application with. When I would isolate anything, the authentication would fail.
I finally thought that maybe something is amiss with the https connection. I’m guessing if the Twitter API needs SSL, and my page was not operating over SSL, it could’ve had some sort of problem with that. I asked our network team to add an SSL cert to the box that this feed was being served up from, and that seems to have fixed the problem. Even if I’m not hitting the feed page via “https”, it “fixed” it, and I can get search results back from the Twitter API.
I’m not sure what actually fixed the problem, but this could possibly help someone troubleshoot their application later on.