我添加了以下字段
HttpClient cli = new DefaultHttpClient();
HttpGet httpget = new HttpGet(twit_baseurl);
httpget.addHeader("Authorization", authorizationHeaderValue);
它显示错误为,
{"errors":[{"message":"Could not authenticate you","code":32}]}
帮我解决这个问题,在此先感谢