}Credential c = new Credential(...);
UserAccountManager m = UserAccountManager.getInstance(c);.
if (m.verifyCredential()) {
Tweet t = new Tweet("Hi!!! This is my first tweet via Twitter API ME. \o/");
TweetER ter = TweetER.getInstance(m);t = ter.post(t);
can u give me the jar or twitter lib. which supportable for these credentials.