Spring Social & Grails: no suitable HttpMessageConverter found
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:
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]
However, the tweet is successfully published. How do I set the Message-Converter?
Thanks in advance,
Adrian
Not yet, but a workaround
I just surrounded it with try/catch and went with it, since the Posts appeared at Twitter.
Maybe we should post it on the Grails-User-List? Could be, that someone is already working on a grail splugin for that ;-)
Can you please share how to get spring social working with grails
Hi Guys
I am trying to get spring social working with grails.
Can you please share how to get this working given that there is no plugin.
If you had written a blog on this or have a sample app you can share I would be thankful. You can reach me at trbala at yahoo.com
Thanks
Bala Thiruppanambakkam
trbala at yahoo.com
PS: I could get twitter posting working using twitter4j. Greenhouse has way too much than what I need.