What's the best open source Java library to add Facebook functionality to a Java web app?
For the simplest and most updated API, I'm liking RestFB so far.
http://restfb.com/
Since facebook stopped supporting a Java API, the mantle of trying to provide one has been taken up by a google coding group:
http://code.google.com/p/facebook-java-api/
The API is provided under the MIT License.
This is by far the most advanced option if your technical chops are up to it:
http://code.google.com/p/batchfb/
It will automatically batch multiple requests so you don't have to think about it. BatchFB will even execute them in parallel if you overflow the maximum batch size and you're on a platform that supports asynchronous fetching (like App Engine).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With