Hi, I think you can use net.oauth.client.URLConnectionClient for transport HTTP message. This class looks not to use the problematic Apache commons HttpClient.
=== OAuthClient client = new OAuthClient(new URLConnectionClient()); === This code is well working in my local appserver environment. But, I have not tried on cloud environment yet... sorry. Thanks regards. -Shumpei On Thu, Apr 8, 2010 at 11:45 PM, Eric Sachs <[email protected]> wrote: > You might want to look at > http://sites.google.com/site/oauthgoog/Home/gaeoauthproxy > It describes the integrated OAuth support for AppEngine that is in an early > testing stage. > On Sat, Apr 3, 2010 at 3:55 PM, Meki Cherkaoui <[email protected]> > wrote: >> >> Hi John, >> Basically it seems that your implementation of OAuth : >> net.oauth.client.OAuthClient uses an HttpClient object which launches >> a new thread when instanciated!! >> >> Appengine doesn't support multi threading! >> >> THerefore I cannot use the net.oauth library!! >> >> I want to lunch my application on an AppEngine, >> >> Do you know a way I could get around this? >> >> Regards >> >> -- >> You received this message because you are subscribed to the Google Groups >> "OAuth" 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/oauth?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "OAuth" 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/oauth?hl=en. > -- You received this message because you are subscribed to the Google Groups "OAuth" 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/oauth?hl=en.
