We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
https://github.com/roundrop/facebook4j 看起来不错,但还没用过。
例如,搜索 API 看起来很简单:
https://github.com/roundrop/facebook4j looks nice but haven't yet used it.
For example, the search API look straightforward:
访问developers.facebook.com,在那里你会得到所有与facebook相关的API..还有关于如何使用它们的手册...
Go to developers.facebook.com , there u will get all API's releated to facebook..also manual regarding how to use them...
我刚刚开始使用 RestFB。我首先查看了 Spring,但这似乎 RestFB 的学习曲线更平缓。如果它对我有用,我会更新。
I just started using RestFB. I looked at Spring first, but this seems like RestFB has a gentler learning curve. I'll update if it works for me.
你可以查看facebook官方的android SDK,它是用Java编写的:
https://github.com/facebook/facebook-android-sdk
所有基本内容,例如验证、解码等都在那里,也许与android相关的东西不是你需要的,但我想从那里提取它是相对简单的。
希望这有帮助
You can check facebook's official android SDK which is written in Java:
https://github.com/facebook/facebook-android-sdk
all basic things like verification, decoding, etc are there, maybe android-related stuff is not what you need but I guess it is relatively trivial to extract it from there.
hope this helps
我认为半官方的java SDK是Spring Social的:
http://www.springsource.org/spring -social
但我为 Facebook 的 REST GRAPH API 编写了一个 Java 包装器
(http 调用图形 api,以及从 json 对象到 java 类的翻译..)
您可以在这里查看:
https ://github.com/itzikrou/fishbowl
希望它有用..
i think the semi-official java SDK is the spring social one:
http://www.springsource.org/spring-social
but i wrote a Java wrapper for Facebook's REST GRAPH API
(http calls to the graph api, and translations from json objects to java classes..)
you can check it out here:
https://github.com/itzikrou/fishbowl
hope it's usefull..