Who knows a good Java library for using Facebook's graph API?
5 Answers
There are a list of good Facebook API in Java facebook4j. The simplest one is restFB. On their page, there's sample code that shows you how to use restFB.
3 Comments
flybywire
I tried out restFB and liked it very much. The only downside is that (as of today) it isn't in the maven repository.
Mark Allen
I'm the maintainer of RestFB. It's now Mavenized :)
AlikElzin-kilaka
I think
Facebook4J and restFB are two different libraries. Anyhow, I use Facebook4J and it works great. Tried authentication (code+token) and search. Everything works as expected.I recommend restFB. It is simple and easy to use, the sample code is very clear and can quickly hands on it. Please check its web site: http://restfb.com/
Comments
Try out BatchFB, it's designed to get your data back with the minimum number of calls to Facebook:
Comments
If you need a something more like Java EE solution, you can check out spring: http://spring.io/guides/gs/accessing-facebook/