System.out.println("content length:" + content.length);
ImageItem pic = new ImageItem("pic", content);
String s = java.net.URLEncoder.encode(args[1], "utf-8");
Timeline tl = new Timeline();
tl.client.setToken(args[0]);// access_token
Status status = tl.UploadStatus(s, pic);
System.out.println("Successfully upload the status to [" + status.getText() + "].");
} catch (Exception e1) {
e1.printStackTrace();
}
} catch (Exception ioe) {
System.out.println("Failed to read the system input.");