Hi,

I am trying to post tweets on twitter and links on facebook using ConnectController but I have a problem with the Provider for the constructor, which is supposed to be a javax.inject.Provider, from what maven dependancy or library is it?

Also I really don't need such a complicated implementation, I mean I don't care about having persisting connections, I just need to post a tweet or a link on FB after a specific action from the user, so as long as he authorized my facebook or twitter application I guess I don't need to store anything or keep stuff in session, right?

What is the easiest way to do that with Spring Social, I mean for instance post a tweet automatically after the user did something on my website?

Thanks!