[oauth] Re: 400 Bad Request?

2010-02-18 Thread dj
) {   System.err.println(e.getParameters());   throw e; } HTH, Rob On Tue, Feb 16, 2010 at 4:25 PM, dj dj.am.juice...@gmail.com wrote: Hi, I'm trying to use oauth on Android, going along with this excellent tutorial on how to do it:  http://donpark.org/blog/2009/01/24/android-client-side-oauth

[oauth] 400 Bad Request?

2010-02-16 Thread dj
Hi, I'm trying to use oauth on Android, going along with this excellent tutorial on how to do it: http://donpark.org/blog/2009/01/24/android-client-side-oauth it works for twitter. Now I just replaced the urls, key and secret, to point to a different third party OAuth service I want to use. I