AppEngine社交应用

发布于 2024-10-10 04:30:53 字数 189 浏览 0 评论 0原文

我开始在 AppEngine Java 中开发我的应用程序,但是我注意到 Facebook 已正式停止对 Java API 的支持,并且第三方 API 的最后一次更新是在一年前。

有人使用 Java + 社交插件吗?到目前为止进展如何?如果我切换到 Python,我并不想这样做,因为我不太擅长 Python,并且已经用 Java 编写了大量代码。

I started developing my application in AppEngine Java, however I noticed that Facebook has officially discontinued the support for the Java API and the third party API was last updated a year ago.

Does anybody use Java + Social plugins? How has it been going so far? Should I switch to Python, I'd not want to since, I'm not very great with Python and have written significant amounts of code in Java already.

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

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

发布评论

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

评论(2

情栀口红 2024-10-17 04:30:53

我在 Google App Engine 上使用 facebook-java-api 已有一年了现在。它几乎可以完成我需要它做的所有事情(获取朋友列表、获取照片、上传照片)。它使用旧的 REST API,但我还没有看到我使用的方法的弃用日期
我还使用 Apache HTTP Client 执行一些 REST api 中不可用的图形 API 调用(例如删除照片)。

I have been using facebook-java-api on Google App Engine for a year now. It does almost all I need it to do (get friends list, get photos, upload photos). It uses the old REST api but I have not seen a deprecation date for the methods I use.
I also use Apache HTTP Client to do some Graph API calls not available in the REST api (deleting a photo for example).

难如初 2024-10-17 04:30:53

如果您决定使用 python,请尝试查看 vikuit Social。它在 Google Appengine 上运行,它是开源的 (GNU3),也许它是您开发的良好基础。

If you decide to use python, try a look to vikuit social. It runs over Google Appengine , it's open source ( GNU3) and perhaps it's a good base to your development.

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