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.
