I'm trying to obtain authentication URL using Java 4 OAuth. When I do
OAuthClient.invoke() call it throws OAuthException since response
returns 302 code. I'm using OAuthClient.access() call instead but now
I'm finding out that when I'm trying access any protected resources
302 also frequently occurs. My question is how to deal properly with
redirects since I'm using all types of request (GET, POST and PUT to
be exact) and it looks like I can't rely on OAuthClient.invoke() to do
so

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