Social Login

Attendees can log in into your platform easily using their Facebook or Google accounts. You can choose to enable or disable Social Login anytime. More social login providers are going to be added in the upcoming updates.

How to get your Facebook Id and Secret

  1. Go to the Facebook Developers Page https://developers.facebook.com/

  2. Go to the My apps page and click on the Create app button, select For Consumer

  3. Choose your App Display Name, App Contact Email and whether you have a Business Manager account

  4. Once your app is created, add the product Facebook Login by clicking on the Set up button

  5. Select web from the choices that appear

  6. Type in your website url and click on Save then on Continue, the Facebook Login product should appear on the left sidebar now, click on the Settings link below it

  7. In the Valid OAuth Redirect URIs section, add this url: https://yourdomain.com/login/check-facebook, you can use the Redirect URI Validator to check it

  8. Now, on the left sidebar, Click on Settings > Basic and add your Privacy Policy URL, Terms of Service URL and logo

  9. Now, on the left sidebar, Click on App Review > Permissions and Features

  10. Search for the public_profile permission then click on the Get advanced access link next to it

  11. Click on Save changes

  12. On the top bar, switch the mode from In development to Live

  13. Copy and paste the App Id and the App Secret into the Eventic form and click on Save

How to get your Google Id and Secret

  1. Go to your Google Developer Console https://console.developers.google.com

  2. On the top dropdown, click on New project

  3. Enter your project name and select select your organization, then click on Save

  4. On the created project sidebar, click on OAuth consent screen

  5. Enter the required information about your platform and click on Save and Continue until you see the back to Dashboard Button

  6. On the created project sidebar, click on Credentials

  7. Now click on Create Credentials, select OAuth Client ID then select Web Application

  8. Enter a name of your choice in the Name field

  9. In Authorised JavaScript origins, add the url of your platform

  10. In Authorised redirect URIs, add this url:

    https://yourdomain.com/login/check-google

  11. Click on Create

  12. Copy and paste the Client Id and the Client Secret into the Eventic form and click on Save

Last updated