在 Grails / Java 上使用 Yahoo Fire Eagle
有人在 Java / Grails 应用程序中实现了 Yahoo Fire Eagle API 吗? 你是怎么做到的?
我想使用我的 Grails 应用程序轮询他们的 REST Web 服务。 雅虎提供了一些适用于各种编程语言(例如 PHP、Ruby 等)的 API 套件。不幸的是,没有适用于 Java / Groovy 的类似 API 套件(有一个 Java 库,但它适用于 Android 应用程序,而我的是纯 Web 应用程序
)使用 OAUTH; 因此,我在 Grails 应用程序中安装了 OAuth 插件并进行了相应配置,但现在我不确定应该如何实现其他所有内容。 有人已经这样做了吗?
Has anyone implemented the Yahoo Fire Eagle API in a Java / Grails application? How did you do it?
I want to poll their REST web service with my Grails application. Yahoo offers some API Kits for various programming languages such as PHP, Ruby, etc. Unfortunately, there is nothing similar available for Java / Groovy (there is a Java library but it is for Android applications and mine is a pure web-app)
They use OAUTH; therefore, I installed the OAuth Plugin in my Grails application and configured it accordingly but now I am not sure how I should implement everything else. Has anyone already done this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请查看 Signpost 以及 Google 群组中的 Fire Eagle 讨论。 这应该可以帮助你开始。
Check out Signpost and the Fire Eagle discussions in the Google group. That should get you started.