Hello all, I'm trying to perform an anonymous, 3 legged OAuth authentication on Plaxo, but I get the following 401 error code (Note: I'm using the opensocial-20090402.jar in order to match the code that's in the 3 legged OAuth example that comes with the JSP. ) :
===================== java.io.IOException: Container returned status 401 "Server returned HTTP response code: 401 for URL: http://www.plaxo.com/oauth/request?oauth_consumer_key=anonymous&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1265844057&oauth_nonce=1265844057065666000&oauth_version=1.0&oauth_signature=vuRYBah26k%2BvS7Eg3JBlldoFaRY%3D%0D%0A" at org.opensocial.client.OpenSocialHttpClient.send(OpenSocialHttpClient.java: 118) at org.opensocial.client.OpenSocialHttpClient.send(OpenSocialHttpClient.java: 89) at org.opensocial.client.OpenSocialHttpClient.execute(OpenSocialHttpClient.java: 74) at org.opensocial.client.OpenSocialHttpClient.execute(OpenSocialHttpClient.java: 45) at org.opensocial.client.OpenSocialHttpClient.execute(OpenSocialHttpClient.java: 31) at net.oauth.client.OAuthClient.invoke(OAuthClient.java:243) at net.oauth.client.OAuthClient.invoke(OAuthClient.java:143) at net.oauth.client.OAuthClient.getRequestToken(OAuthClient.java:101) at org.opensocial.client.OpenSocialOAuthClient.getRequestToken(OpenSocialOAuthClient.java: 170) =================== Anyway, thanks for any help you can provide! -DeAngelo -- You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, send email to opensocial-...@googlegroups.com. To unsubscribe from this group, send email to opensocial-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/opensocial-api?hl=en.