Search code examples
javaweb-applicationsopen-sourcefacebook

Best open source Java library to incorporate Facebook functionality into a Java web app?


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


Solution

  • 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.