These are the easy steps in creating your own google client ID and google Secret.
- Go to console.developers.google.com.
- Click on new project.
- Add project name and click on create.
Click on the hamburger icon, navigate to api services and choose credentials.
Then click on create credentials and click on oauth client ID.
Before you can create client ID, you need to configure consent screen.
click on configure consent screen.Type in the application name. You can fill out the form if you like, it is not required. Make sure the application name does not have the word 'google' in it.
Go back to the dashboard and click on enable Apis and services.
For google, it is google plus api.
click on enable.Go back to credentials, click on create credentials then navigate to oauth client ID.
Click on web application. if you are using localhost, follow the image instruction below for authorized javascript origin and redirect uri. then click on create.
Your oauth client ID and client Secret is successfully created.
Top comments (0)