Jitesh Patil

Results 1 issues of Jitesh Patil

Calling run() on the AndroidTwitterLogin class results in an java.lang.NoSuchMethodError Exception. ``` java AndroidTwitterLogin login = new AndroidTwitterLogin(this, CONSUMER_KEY, CONSUMER_SECRET, null) { @Override protected void onSuccess(Twitter arg0, String[] arg1) {...