I need to be able to test a connection to Twitter from various systems to troubleshoot an connect issue from a particular instance. A very simple CURL command would be perfect, but if I try to get anything more than just a page (of a user I already know), it seems I need to authenticate. To make things more complicated, basic authentication has been discontinued since the introduction of OAUTH.
– manzoor