Search code examples
spring-roo

How to integrate facebook graph api in Spring Roo


I am very new to Spring Roo. I have decided to create my first project in Spring Roo that should implement facebook graph api. I have found few api (fbRest, facebook-api-java) after searching over the internet but some blogs say these are old. I don't know, where i get appropriate api that is supported by spring roo and how to start? Any help be appreciated.


Solution

  • You can simply integrate Spring Social add-on to add Social features to your Spring Roo project, just like you would do for any Java project. :)

    Please see the following answer for a similar question.

    How to Access third Party API (Like as: Facebook, Linkedin, Twitter) using Spring ROO