Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/190.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_Authentication_Accountmanager_Auth Token - Fatal编程技术网

Android:授权自己访问第三方网站

Android:授权自己访问第三方网站,android,authentication,accountmanager,auth-token,Android,Authentication,Accountmanager,Auth Token,我正在开发一个客户机-服务器应用程序,它需要访问服务器上的一些数据库(比如说,类似的数据库) 我如何使用手机上现有的谷歌帐户从Android手机授权服务器上的用户 我正在考虑AccountManager和AccountManager.getAuthToken(),但我找不到一种方法如何将它们用于指定的任务。似乎,答案将与问题的答案相同。似乎,答案将与问题的答案相同。

我正在开发一个客户机-服务器应用程序,它需要访问服务器上的一些数据库(比如说,类似的数据库)

我如何使用手机上现有的谷歌帐户从Android手机授权服务器上的用户


我正在考虑AccountManager和AccountManager.getAuthToken(),但我找不到一种方法如何将它们用于指定的任务。

似乎,答案将与问题的答案相同。似乎,答案将与问题的答案相同。