我可以在 facebook 或其他支持 oauth2 标准的服务中使用 google-api-java-client 库进行 oauth2 授权吗?
在此 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可以使用 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).
有人为 foursquare http://blog.doityourselfandroid. 制作了一个示例。 com/2011/09/05/integrate-foursquare-android-application/
Somebody make a sample for foursquare http://blog.doityourselfandroid.com/2011/09/05/integrate-foursquare-android-application/