Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/214.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Android中使用Google API和OAuth 2.0_Android_Oauth_Google Api_Google Buzz - Fatal编程技术网

在Android中使用Google API和OAuth 2.0

在Android中使用Google API和OAuth 2.0,android,oauth,google-api,google-buzz,Android,Oauth,Google Api,Google Buzz,我最近发现了一个非常有趣的网站,它提供了对各种谷歌服务(如Buzz、Places、Latitude等)的谷歌API的访问。我可以在那里建立一个项目,并为web应用程序(通过OAuth2.0)和本机应用程序创建API访问。 我想为我的Android应用程序使用本机API。它API给我客户端ID、客户端密码和重定向URL。我如何在我的Android应用程序中使用这些,比如访问? 是否有可用的示例应用程序、代码片段?请尝试此页面: 您可以在这里看到许多示例:

我最近发现了一个非常有趣的网站,它提供了对各种谷歌服务(如Buzz、Places、Latitude等)的谷歌API的访问。我可以在那里建立一个项目,并为web应用程序(通过OAuth2.0)和本机应用程序创建API访问。 我想为我的Android应用程序使用本机API。它API给我客户端ID、客户端密码和重定向URL。我如何在我的Android应用程序中使用这些,比如访问? 是否有可用的示例应用程序、代码片段?

请尝试此页面:

您可以在这里看到许多示例: