Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/spring-boot/5.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应用程序中_Android_Oauth - Fatal编程技术网

谷歌认证集成在我自己的android应用程序中

谷歌认证集成在我自己的android应用程序中,android,oauth,Android,Oauth,我有一个android应用程序。我需要在android应用程序中使用Google(gmail)帐户登录 我跟着。但在运行我的应用程序时,我遇到了以下错误: OAuthRequestTokenTask(1100): oauth.signpost.exception.OAuthCommunicationException: Communication with the service provider failed: Service provider responded in error: 400

我有一个android应用程序。我需要在android应用程序中使用Google(gmail)帐户登录

我跟着。但在运行我的应用程序时,我遇到了以下错误:

OAuthRequestTokenTask(1100): oauth.signpost.exception.OAuthCommunicationException: Communication with the service provider failed: Service provider responded in error: 400 (Bad Request) exceptions.

如何解决此问题?

您是否已通过浏览器授权您的代币?为什么不使用google play服务?你到底想干什么?“在我的android应用程序中使用Google帐户登录”是什么意思?您是否正在尝试使用特定的谷歌服务?