views:

581

answers:

3

What's the best open source Java library to add Facebook functionality to a Java web app?

+5  A: 

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.

Chris Clarke
A: 

More libraries here : http://wiki.developers.facebook.com/index.php/Java

Guido
+1  A: 

For the simplest and most updated API, I'm liking RestFB so far.

http://restfb.com/

freshfunk