I'm using the standard (Netflix-originated) Java OAuth library, and
I'd like to stop getting these cookie errors:

WARNING: Cookie rejected: "$Version=0;
k=67.180.49.19.1278208002887301; $Path=/;
 $Domain=.twitter.com". Illegal domain attribute ".twitter.com".
Domain of origi
n: "twitter.com"

I'd like to call setCookiePolicy(CookiePolicy.BROWSER_COMPATIBILITY)
to stop these warnings, but I can't see how I can gain access to the
HTTPClient method's params so that I can use setCookiePolicy().

Is there a way to use setCookiePolicy() with the Java OAuth library?

thanks

-- 
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.

Reply via email to