It sounds like you're asking about a (possibly a library or integration) related to Facebook , packaged as a JAR file for use in an application.
public class FacebookPublisher public void postToPage(String pageId, String message) // Use Facebook4J or RestFB internally facebook java jar app
Another alternative: RestFB – simple, no heavy dependencies. It sounds like you're asking about a (possibly
mvn package # generates target/my-facebook-feature-1.0.jar | If you want... | Use... | |----------------|--------| | Ads/Marketing API | Official Facebook Business SDK | | User timeline, posts, profile | Facebook4J or RestFB | | Minimal custom feature | Build your own JAR with RestFB | facebook java jar app
Build with: