Facebook4J

- An 'Unofficial' library for the Facebook API in Java -

Facebook4J

A most easily usable Facebook API wrapper in Java.



Facebook4J is an open-sourced, mavenized Java library.
With Facebook4J, you can easily integrate your application with the Facebook API.
Facebook4J is an unofficial library.

Introduction

Facebook4J is an unofficial Java library for the Facebook Graph API.
Facebook4J is featuring:

  • 100% Pure Java - works on any Java Platform version 5 or later
  • Zero dependency : No additional jars required
  • Built-in OAuth support

System Requirements

Java 5 or later

How To Install

Maven Integration

<dependency>
  <groupId>org.facebook4j</groupId>
  <artifactId>facebook4j-core</artifactId>
  <version>[2.4,)</version>
</dependency>

Download

How To Use

Just add facebook4j-core-2.4.13.jar to your application classpath.
If you are familiar with Java language, looking into the JavaDoc should be the shortest way for you to get started. facebook4j.Facebook interface is the one you may want to look at first.
Code examples: Code Examples | Facebook4J - A Java library for the Facebook Graph API

Source Code

The project repository URL is https://github.com/roundrop/facebook4j

License

Facebook4J is released under Apache License 2.0.

Copyright 2012 Ryuji Yamashita

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
Distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Facebook4J includes software from Twitter4J to handle HTTP request/response and greatly internal logic. You can see the license term at http://twitter4j.org/en/index.html#license

Contributors

Ryuji Yamashita <roundrop at gmail.com> @roundrop

Donation

Facebook4J is an opensourced software and free of charge.
You can use Facebook4J freely for any commercial and non-commercial projects.
If you feel Facebook4J makes your life easier, please do consider making a donation!