I'm trying to use jtwitter with signpost oauth and get Class Loader error, my reference libraries are: jtwitter, signpost-core 1.2.1.1, commons-codec 1.3, commons-lang 2.4
1. m_Twitter = new Twitter(user, pass); 2. OAuthConsumer consumer = new DefaultOAuthConsumer(JTWITTER_OAUTH_KEY, JTWITTER_OAUTH_SECRET); 3. OAuthSignpostClient client = new OAuthSignpostClient(JTWITTER_OAUTH_KEY, JTWITTER_OAUTH_SECRET, "oob"); The first two lines works, but the 3rd gives an error(not throws exception) Any ideas? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

