winterstein / JTwitter

Java library for using Twitter (+ Identica & Wordpress). Open source under LGPL
http://www.winterwell.com/software/jtwitter.php
69 stars 27 forks source link

JTwitter won't work on Android #1

Closed mahmoudhossam closed 13 years ago

mahmoudhossam commented 13 years ago

I'm trying to use JTwitter in an Android app, but it doesn't work because OAuthScribeClient uses DefaultOAuthProvider, not CommonsHttpOAuthProvider

I tried forking the repo and changing this myself, but there are some dependencies I'm missing.

winterstein commented 13 years ago

Hi Mahmoud,

Try using OAuthSignpostClient -- this is the official (and properly maintained) oauth support. The dependency is a couple of jars for signpost, which are now included in the JTwitter download.

Best regards,

mahmoudhossam commented 13 years ago

oh, I'm sorry, I wrote this wrong, the problem is with OAuthSignpostClient, not OAuthScribeClient

When I used scribe client, I had a weird error about classes imported indirectly.