I'll soon start a new project in Grails in which I have to interact with Facebook and Twitter (and possibly myspace too).
I was wondering if someone already tried to do this through Spring Integration (2.0) adapters vs the new Spring Social APIs.
If you did, could you give me the pros and cons you've encountered with each of these ?
In Spring Integration, I've played with the twitter connector in a little example, and I found it quite easy. I liked the loose coupling. Spring social on the other hand seems to use templates that allow to do this easily too... hence my concerns about which framework to choose.
Thanks.
Philippe