[oauth] Re: TimeOut for OAuthClient.getRequestToken().

2009-07-26 Thread Sean Sullivan
On Fri, Jul 24, 2009 at 6:49 PM, John Kristianjmkrist...@gmail.com wrote: The third parameter to getRequestToken is sent to the server, not passed to the HTTP client library.  This should work better: OAuthClient client = ... client.getHttpParameters().put(HttpClient.CONNECT_TIMEOUT,

[oauth] Re: HTTP response code for the token request.

2009-04-03 Thread Sean Sullivan
Currently, the OAuth Java library throws an exception when the HTTP response status code is not equal to 200 @see http://oauth.googlecode.com/svn/code/java/core/src/main/java/net/oauth/client/OAuthClient.java @see http://code.google.com/p/oauth/issues/detail?id=86 Sean On Fri, Apr 3, 2009 at

[oauth] Re: How to choose between Oauth and AuthSubh

2009-03-15 Thread Sean Sullivan
You should ask this question on Google's Account API mailing list: http://groups.google.com/group/Google-Accounts-API On Sun, Mar 15, 2009 at 1:11 PM, nickel nickelanena...@gmail.com wrote: I have to Authorize my web application to use Google docs and spreadsheet data. Which authorization

[oauth] Re: Supported Java ME versions for the OAuth Java library

2009-02-28 Thread Sean Sullivan
I've been using the OAuth Java library on Android 1.0 but I haven't tried it on Java ME (J2ME). By the way, Simon King wrote an OAuth library for J2ME:    http://github.com/simonpk/j2me-oauth/tree/master Sean On Sun, Mar 1, 2009 at 4:45 AM, dfoiles doug.foi...@pobox.com wrote: I am

[oauth] Re: signature_invalid error when using the getAccessToken() method

2009-01-25 Thread Sean Sullivan
This is what my application does: // // request the Access token // access.accessToken = requestToken.getPublicToken();

[oauth] Re: oauth social network provider

2008-12-08 Thread Sean Sullivan
Plaxo's PortableContacts endpoint uses OAuth. Also, MySpace has OpenSocial REST endpoints that use OAuth. I've written a Java library that connects to Plaxo and MySpace using OAuth. All the code is available here: http://code.google.com/p/jpoco/source/browse/trunk/jpoco/src Sean On Mon, Dec