在 Android 中使用 Google API 和 OAuth 2.0
我最近发现了一项非常有趣的 Google 服务,它可以访问各种 Google 服务的 Google API,例如Buzz、Places、Latitude 等。我可以在那里建立一个项目,并为 Web 应用程序(通过 OAuth2.0)和本机应用程序创建 API 访问。 我想为我的 Android 应用程序使用本机 API。它的 API 为我提供了客户端 ID、客户端密钥和重定向 URL。如何在我的 Android 应用程序中使用这些,例如访问 Buzz? 有可用的示例应用程序、片段吗?
I recently found a very interesting service from Google which provides to access to Google APIs for various Google Services like Buzz, Places, Latitude etc. I could set up a project there and create API access for web applications (via OAuth2.0) and native applications.
I wanted to use the native API for my Android app. It API gives me Client ID, Client Secret and redirect URL. How do I use these in my Android Application, say to access Buzz?
Any sample apps, snippets available?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个页面:适用于 Java 的 Google API 客户端库
您可以看到这里有很多示例:http://code.google.com/p/google-api-java-client/source/browse/?repo=samples
Try this page: Google APIs Client Library for Java
You can see a lot of samples here: http://code.google.com/p/google-api-java-client/source/browse/?repo=samples