JTwitter icon indicating copy to clipboard operation
JTwitter copied to clipboard

Java library for using Twitter (+ Identica & Wordpress). Open source under LGPL

Results 5 JTwitter issues
Sort by recently updated
recently updated
newest added

Command Line: `java -jar jtwitter.jar {username} {password} tweet` Console Display: > Exception in thread "main" winterwell.jtwitter.TwitterException$IO: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to...

I've taken the liberty to streamline twitter list access to make it more analogous to the way other resources are accessed in the library: - only the json parsing is...

Implementation for deleting a direct message is different from the twitter api. Twitter rest api expects direct message id as post parameter not in the url itself. Every time I'm...

onPageStarted is called twice. I haven't identified why - It could be an Android OS/device specific for the handling of the WebView. The first received url is correct, the second...

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) {...