Goodreads Developers discussion
OAuth in Java on Android and OOB?
date
newest »


We use http and https. if you can make http requests and recieve the responses, you should be fine.


I've to do an App for android and also have a problem with OAuth OOB ...
I'm trying to solve this for three days, but can't find a solution.
What was your workaround?
Thx,
andi

Sorry for the late reply, you've probably figured it out already but here goes anyway.
I've gone the way the bostone blog describes it by setting up intents for it: http://dev.bostone.us/2009/07/16/andr...
I haven't had a chance to work on my app in a while though so chances are you're ahead on me there :)
So what's your app, is it open source? Mine's here: http://code.google.com/p/goodreads-an... in case anyone will find that useful.
I'm in the process of rewriting stuff though, turned out the app got a bit to slow for my taste so I'm reducing object creation right now and compiling in signpost instead of linking the jar (read somewhere that the JVM on target will not do native execution of Java jar files since the JVM is not the trademark Java JVM).
Regards,
Jan
Andreas871 wrote: "Hi Jan!
I've to do an App for android and also have a problem with OAuth OOB ...
I'm trying to solve this for three days, but can't find a solution.
What was your workaround?
Thx,
andi"
I cannot redirect back to anything other than OOB with Android and the oauth-signpost library so it'd be good to know if it's possible!