Today I am going to post about making authenticated REST calls using Java and the Jakarta Commons HttpClient library. I am going to use Twitter as an example. I originally wanted an example that would allow me to post simultaneously to Facebook, LinkedIn and Twitter, but Twitter is the only one that allows such access without going through unnecessary hoops, so here it is.
Coding Library: Java/JSP