As you probably know Google decided to discontinue Google Plus service. This does not affect our modules including "google login" module because our addon uses "Google Account" to create customer account and authenticate it your shop.
Google changed developers console
current guide where you can read about google CLIENT ID register process is here:
new tutorial - google client ID
Today social networking features are important part of internet. Websites uses a lot of social widgets like facebook plugins, twitter plugins, google plugins and many other valuable stuff. If you use some modules to integrate your shop with Google Plus social network service (modules like google connect, google login ) you have to create own Google Client ID number. From technical point of view, Client ID is:
In order to use OAuth 2.0 in your application, you must first generate an OAuth 2.0 client ID by specifying some branding information for your project. Your application uses this client ID when requesting an OAuth 2.0 access token. Google uses the branding information to render the consent page that requests authorization from users. You can generate, edit, or revoke OAuth 2.0 client IDs and branding information using the API Access pane
In simple words: Client ID is something to identify your website inside Google API system. It's necessary if we want to retrieve information from Google Plus like customer First and Last name, customer email address, address where they live etc. Today privacy is the most important thing, so this is why we have to create own Client ID, in this case no-one else will have got an access to these datas - only you. In this guide i want to show you how easily you can create own client ID for prestashop script purposes.
How to create Google Client ID?
Open Google Developers Console , from left hand side select "Projects" and then click on red button to create new project.
Fill out form with project name and click on create button. After that you have to wait several secons. When project will be created go to the next step.
From left hand side select "APIs & auth" and then open "APIs" submenu. On right hand side you will see list of available services, search for Google+ API and turn it on.
As you probably know Google decided to discontinue Google Plus service. This does not affect our modules including "google login" module because our addon uses "Google Account" to create customer account and authenticate it your shop.
Then on left hand side select "Credentials" item and inside OAuth bloc kclick on "New Client ID".
You will see popup with form where you have to use Application Type - select "Web application" and paste url to your shop to the two boxes below. After that click on blue "Create Client ID" button
That's all!
your client id for your website is located here: copy it, and paste to proper field on your module page.