I have custom build cms in wich I want to enable the content editors to push content to social media sites.
The idea is as follows: Content editor creates article in cms and selects some check boxes to indicate where the content should be pushed. for example Facebook and twitter.
My controller processes the request and based on user selections pushes the content to the relevant social sites.
I understand that spring social provides functionality to interact with with social media sites but all examples are base on integrating some futures of these social media sites in to your own site. Like connecting with friends and stuff. I am not looking for this. I just want to push content to media sites.
If anyone can point in the right direction on how to achieve this I would be very grateful. I am curently using spring, spring mvc, spring data jpa with hibernate.