Facebook:Graph API java 库
谁知道使用 Facebook 图形 API 的好 Java 库?
Who knows a good Java library for using Facebook's graph API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
谁知道使用 Facebook 图形 API 的好 Java 库?
Who knows a good Java library for using Facebook's graph API?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
Java 中有一系列优秀的 Facebook API facebook4j。
最简单的一个是 restFB。在他们的页面上,有示例代码向您展示如何使用restFB。
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.
我推荐restFB。简单易用,示例代码非常清晰,可以快速上手。请查看其网站:http://restfb.com/
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/
尝试一下 BatchFB,它旨在以最少的 Facebook 调用次数取回您的数据:
http:// code.google.com/p/batchfb/
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/
另外http://facebook4j.org/en/index.html
但还没有亲自测试过。
Also http://facebook4j.org/en/index.html
But not tested it yet by myslef.
如果您需要更像 Java EE 解决方案,您可以查看 spring:
http://spring.io/guides/gs/accessing-facebook/
If you need a something more like Java EE solution, you can check out spring:
http://spring.io/guides/gs/accessing-facebook/