-1

我添加了以下字段

 HttpClient cli = new DefaultHttpClient();
 HttpGet httpget = new HttpGet(twit_baseurl);
 httpget.addHeader("Authorization", authorizationHeaderValue);

它显示错误为,

 {"errors":[{"message":"Could not authenticate you","code":32}]}

帮我解决这个问题,在此先感谢

4

1 回答 1

0

Download the jar file from below given link and use, it is updated with Twitter API v1.1, to know how to use the jar file browse source=>Trunk=>MainActivity.java:

http://code.google.com/p/facebook-and-twitter-posting/

于 2013-06-25T10:35:50.047 回答