Closed mahmoudhossam closed 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,
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.
I'm trying to use JTwitter in an Android app, but it doesn't work because
OAuthScribeClient
usesDefaultOAuthProvider
, notCommonsHttpOAuthProvider
I tried forking the repo and changing this myself, but there are some dependencies I'm missing.