简体   繁体   中英

Facebook: Graph API java library

谁知道使用Facebook图形API的好Java库?

There are a list of good Facebook API in Java facebook4j . The simplest one is restFB . On their page, there's sample code that shows you how to use restFB.

I recommend restFB. It is simple and easy to use, the sample code is very clear and can quickly hands on it. Please check its web site: http://restfb.com/

另外http://facebook4j.org/en/index.html但是还没有被myslef测试过。

如果您需要更像Java EE解决方案的东西,可以查看spring: http//spring.io/guides/gs/accessing-facebook/

Try out BatchFB, it's designed to get your data back with the minimum number of calls to Facebook:

http://code.google.com/p/batchfb/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM