Zum Hauptinhalt springen

Documentation

IMPORTANT

This is the outdated SI-documentation which will be adapted soon. A huge part may be obsolete!

Google Configuration

  1. Login to your Google account and head over to your Google Console. You'll need to create a new project if you do not have one. A new project can be created here.

  2. From the developers console, click on Credentials on the sidebar to access the credentials for your project. Alternatively, you may access this link directly.

  3. Click on the Create Credentials button at the top and select OAuth client ID.

    Google Configuration

  4. Select Web application for the Application type.

  5. Enter the following urls for Authorized JavaScript origins

    https://yoursite.com

  6. Enter the following urls for Authorized redirect URIs

    https://yoursite.com

    https://yoursite.com/index.php?option=com_easysocial&view=registration&layout=oauthDialog&client=google

    Google Configuration

    If your site is also accessible with www(eg. https://www.yoursite.com), you have to add the url to the list of urls in the credentials area.

  7. Once the relevant details are filled, click create.

  8. Copy the Client ID and Client secret and paste in their respective settings at EasySocial > Settings > Social > Google.

    Google Configuration