是否有最新的 Facebook Java SDK?

发布于 2024-12-05 05:08:43 字数 1539 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

书信已泛黄 2024-12-12 05:08:44

https://github.com/roundrop/facebook4j 看起来不错,但还没用过。

例如,搜索 API 看起来很简单:

ResponseList<User> results = facebook.searchUsers("mark");
ResponseList<Post> results = facebook.searchPosts("watermelon");

https://github.com/roundrop/facebook4j looks nice but haven't yet used it.

For example, the search API look straightforward:

ResponseList<User> results = facebook.searchUsers("mark");
ResponseList<Post> results = facebook.searchPosts("watermelon");
扶醉桌前 2024-12-12 05:08:44

访问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...

清晨说晚安 2024-12-12 05:08:43

我刚刚开始使用 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.

箹锭⒈辈孓 2024-12-12 05:08:43

你可以查看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

埋葬我深情 2024-12-12 05:08:43

我认为半官方的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..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文