There is code up on the projects site with an example using basic authentication which twitter no longer supports. Are you going to post your twitter code? I would love to see it.
EricM: While the “Basic Authentication” was allowed, the communication was direct,
But when the “Basic authentication” was not supported anymore, I stopped using.
There is the option of using “xauth” but for this you must ask permission to the Twitter team.
My solution was to use a “WebService” external, then my project communicates with the “WebService” who used “OAuth” and this gets the messages from Twitter.