Hi,
I am trying to get spring social running in my Grails Application.
I was able to get Twitter-OAuth-Conntection working and created a TwitterTemplate with the keys and secrets, but after the publish()-Call,
an exception is thrown:
However, the tweet is successfully published. How do I set the Message-Converter?Code:org.springframework.web.client.RestClientException: Could not extract response: no suitable HttpMessageConverter found for response type [java.util.Map] and content type [application/json;charset=utf-8]
Thanks in advance,
Adrian


Reply With Quote
