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.

简介

Facebook4J 是非官方的Facebook图谱API开发工具包.
Facebook4J 特色:

  • 100%原生Java,可以运行在JDK 5+ 版本
  • 零依赖,不需要任何额外扩展包
  • 内置OAuth支持

环境要求

Java 5 及更高版本

安装

Maven依赖配置

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

下载

使用方法

只需要把facebook4j-core-2.4.13.jar配置到应用的环境变量。 如果你已经比较熟悉Java开发,可以直接查看JAVA文档。最好是从facebook4j.Facebook 开始看。代码示例

源码

项目源码地址: https://github.com/roundrop/facebook4j

开放源码许可证

Facebook4J 在 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在处理HTTP请求时使用了Twitter4J,可以查看许可证:http://twitter4j.org/en/index.html#license

贡献者

Ryuji Yamashita <roundrop at gmail.com> @roundrop

捐赠

Facebook4J 是开源的工具包,你可以在任何商业和非商业的项目里面使用Facebook4J,如果您觉得Facebook4J对您有帮助,可以捐赠。