Step-by-Step Guide to Setup Google App:

To register an application on Google, please follow the steps below:

  1. Login to Google Account and go to Page Google Developer to create application
  2. Press button "Create Project" and then fill "Project name"
    Google : Create Form
  3. When project was created successfully, select menu "Credentials" and select tab "OAuth consent screen", fill "Product Name" and press button "Save".
    Google : Consent Screen
  4. After that, select tab "Credentials", press button "Add credentials" and select "OAuth 2.0 client ID". Then choose "Web application" option and fill the form with the below information:
    • Authorized Javascript Origins: https://api2.socialall.dev/
    • Authorized Redirect Uris:
      • http://api2.socialall.dev/callback
      • https://api2.socialall.dev/callback
  5. Then press button "Create".
    Google : Credentials
  6. Select menu "Overview", at tab "Google APIs", select link "Google+ API" in "Social APIs" section.
  7. Then press button "Enable".
    Google : Enable APIs
  8. To use Contact API (Optional): Select menu "Overview", at tab "Google APIs", select link "Contacts API" in "Google Apps APIs" section. Then press button "Enable".
    Google : Enable APIs
  9. After successfully registered the client ID, at "Credentials" page, click select new client ID created, you can see "Client ID" and "Client Secret".
    Google : Client Info
  10. In SocialAll page, you choose tab "Networks" ---> choose "Google" ---> fill the "Client ID" and "Client Secret" into form like image below:
    Google : Config Api
  11. Finaly, you press "Save" button.