How to retrieve your credentials

  1. Go to https://console.developers.google.com/project and create a new project. Name it something like October Social Login.
  2. Under Social APIs enable Google+ API and Google+ Domains API.
  3. Go to Credentials on the left and then the OAuth consent screen tab at the top
  4. Enter a product name - this will be visible to the end user so perhaps something like <Your Site Name> Login. All other details are optional.
  5. Go to Credentials on the left and click Create credentials - OAuth client ID then Web application. A screen titled Create Client ID will appear.
  6. Name the Web application the same as your product name entered above. Set Authorized JavaScript Origins to and Authorized Redirect URI to
  7. Click Create.