Hi Alex_T and JEspinoza. Thank you both for your reply.
I did confirm that the URL spits out an error. I learned the hard way that Twitter's new version of their API requires a lot of work with respect to authentication before being able to retrieve tweets. My workaround was to have a php script on a webserver that does all theauthentication and retrieves the tweets I'm interested in. I then use Galileo to access this info via a GET request to said script. Although I did modify the script, it is by no means my own work. I found a video on youtube that pointed me to someone else's work and it worked like a charm. My next step is to grab two tweets and store them in separate strings. Hitting some roadblocks there. Other than that, it's working pretty well.
Thanks again,
B