What steps will reproduce the problem?
Current signing options:
1A. consumer.sign(HttpRequest request) -> HTTPRequest
1B. consumer.sign(Object request) -> HTTPRequest
1C. consumer.sign(String url) -> String (Url+query params)
What is the expected output? What do you see instead?
1D. consumer.sign(String url) -> Map<String,String>
Having a new sign method returning a map with all oauth params would enable
simple usage/integration with xoauth SASL or other non HTTP transport
calls.
Original issue reported on code.google.com by zuperglu...@gmail.com on 11 Apr 2010 at 10:52
Original issue reported on code.google.com by
zuperglu...@gmail.com
on 11 Apr 2010 at 10:52