Creating a Google API Console project and client ID

Before you can integrate Google Sign-In into your website, you must have a Google API Console project. In the project, you create a client ID, which you need to call the sign-in API.

To create a Google API Console project and client ID, follow these steps:

  1. Go to the Google API Console Creating a Google API Console project and client ID.
  2. From the project drop-down, select an existing project Creating a Google API Console project and client ID, or create a new one by selecting Create a new project.

    Note: Use a single project to hold all platform instances of your app (Android, iOS, web, etc.), each with a different Client ID.

  3. In the sidebar under "API Manager", select Credentials, then select the OAuth consent screen tab.
    1. Choose an Email Address, specify a Product Name, and press Save.
  4. In the Credentials tab, select the New credentials drop-down list, and choose OAuth client ID.
  5. Under Application type, select Web application
    Register the origins from which your app is allowed to access the Google APIs, as follows. An origin is a unique combination of protocol, hostname, and port.
    1. In the Authorized JavaScript origins field, enter the origin for your app. You can enter multiple origins to allow for your app to run on different protocols, domains, or subdomains. You cannot use wildcards. In the example below, the second URL could be a production URL.
      				
      http://localhost:8080 https://myproductionurl.example.com
    2. The Authorized redirect URI field does not require a value. Redirect URIs are not used with JavaScript APIs.
    3. Press the Create button.
  6. From the resulting OAuth client dialog box, copy the Client ID . The Client ID lets your app access enabled Google APIs.

Now you can add Google Sign-In to your website. ADD GOOGLE SIGN-IN

給TA打賞
共{{data.count}}人
人已打賞
教程

用office 365教育版搭建自己的域名邮箱

2016-10-24 3:41:41

教程

三种方法不限速下载百度网盘文件

2016-10-25 6:09:13

0 Reply AAuthor MManager
    暫無討論,說說你的看法吧
搜索