Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to Access third party API like as: Facebook, Linkedin, Twitter using Spring ROO. Is it possible to do using Spring ROO? If it is possible, Please help me, how can i do this.

Thanks Muni

share|improve this question

1 Answer

If you are specifically targeting social networks integration, you can easily integrate Spring Social to your Spring Roo project.

If you are looking more into third party API Integration, you can use Spring Integration within your Spring Roo project.

Add the Spring Social or Spring Integration as a dependency to your projects pom.xml and you are ready to go.

Cheers!!!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.