我可以在 facebook 或其他支持 oauth2 标准的服务中使用 google-api-java-client 库进行 oauth2 授权吗?

发布于 2024-12-02 08:51:48 字数 282 浏览 2 评论 0原文

在此 Google IO 11 演示文稿中 - http://code.google。 com/p/google-api-java-client/wiki/Android 演讲者提到新的 google-api-java-client 可用于任何其余 json api。

是否可以使用这个库在Android上授权和使用facebook graph api?

In this Gooogle IO 11 presentation - http://code.google.com/p/google-api-java-client/wiki/Android speaker has mentioned that new google-api-java-client could be used to any rest json api.

Is it possible to use this library to authorize and use facebook graph api on Android?

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

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

发布评论

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

评论(2

櫻之舞 2024-12-09 08:51:48

可以使用 google-api-java-client 来管理非 Google API 上的传输和身份验证。然而,许多支持 OAuth 的服务都实现了轻微的变体或存在可能使此过程变得困难的错误。如果服务提供自己的客户端库,那么最好使用它(直到它不起作用,然后您应该尝试 google-api-java-client)。

It is possible to use the google-api-java-client to manage transport and authentication on non-Google APIs. However, many services that support OAuth implement slight variants or have bugs that may make this difficult. If the service is providing their own client library, it is probably best to use that (until it doesn't work, and then you should try the google-api-java-client).

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