sdouglass / spring-social-tumblr

Spring Social client implementation for Tumblr
Apache License 2.0
17 stars 12 forks source link

Fixing issue with PostsQuery parameters not being passed through to get requests #6

Closed michaellavelle closed 12 years ago

michaellavelle commented 12 years ago

On GET requests, the query parameters were being passed through to the RestTemplate's getForObject method as UriVariables instead of query parameters. Now adding the query parameter map to the uri build.