How to integrate facebook graph api in Spring Roo

2019-05-19 22:01发布

问题:

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.

回答1:

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



标签: spring-roo