How to retrieve your credentials
- Go to Google Developers Console
and select your project, otherwise create one using Create Projectand follow the instructions.
Name it something like TastyIgniter Social Login
- Once the project is created, goto API Manager from the navigation bar and
click Enable API. Search for the Google+ API and add it.
-
In the side menu select the Credentials and click on Create Credentials > OAuth Client ID.
Choose the type as Web Application. Set the Authorized redirect URIs to
{{ $formModel->getProvider('google')->makeEntryPointUrl('callback') }}
and click create. It will show you the Client ID and Client Secret which should be copied into the fields
below.