[android-developers] OAuth on Android

2009-05-06 Thread Matthias
Hey guys, I have recently been working on an OAuth library that has been designed to play well with Apache HttpComponents 4 (and thus, Android of course). If you're looking for a straight forward way to do client- side OAuth on Android, check it out (literally) here:

[android-developers] OAuth, HttpClient, Android 1.0

2008-10-12 Thread Sean Sullivan
I am trying to use oauth-1.3.jar in my Android application. As far as I can tell, oauth-1.3.jar is dependent upon Apache HttpClient 3.1 Has anybody been able to make this work?(I'm aware that the Android platform uses the HttpClient 4 API) I opened an issue in the OAuth tracker: