如何在Android应用程序中为google-people api设置授权

时间:2016-08-04 13:34:31

标签: android google-api google-authentication google-people

我一直在提及https://developers.google.com/people/v1/getting-started文件进行身份验证。 我有以下问题 -

1)我没有找到任何客户机密。即使我下载client_secret_.json,我也只能获得以下属性 -   - client_id,project_id,auth_uri,token_uri,auth_provider_x509_cert_url,redirect_uris。

2)什么是授权码? 正如文件中提到的那样

    // Read the authorization code from the standard input stream.
    BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
    System.out.println("What is the authorization code?");
    String code = in.readLine();

0 个答案:

没有答案