> For the complete documentation index, see [llms.txt](https://mtrsolution.gitbook.io/eventic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mtrsolution.gitbook.io/eventic/settings/social-login.md).

# Social Login

Attendees can log in into your platform easily using their Facebook or Google accounts.&#x20;

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 **Meta for Developers website**.
2. Click **Log In** in the top right corner and sign in with your personal Facebook credentials.
3. If this is your first time, click **Get Started** to verify your account and complete the registration.
4. Go to **My Apps** in the top-right menu and Click the **Create App** button
5. When prompted for a use case, select **Others** or **Authenticate and request data from users with Facebook Login and select** Consumer.
6. Enter your **App Display Name** (e.g., your website name) and your **Contact Email and Click on Create App.**
7. In your new App Dashboard, look for the **Add Products to Your App** section, find **Facebook Login** and click on **Set Up.**
8. **Select Web and add your Eventic platform URL.**
9. **Then click on customize and in the** Valid OAuth Redirect URIs, add the following URLs: <https://eventic.mtrsolution.com/en/login/facebook> (replace with your domain, and make sure to replace /en with the available locales in your platform, you will need to add all the URLs each with the enabled locale).
10. Navigate to **App Settings** > **Basic, your App ID and Secret are there.**
11. By default, your app is in **Development Mode**, toggle the App Mode and add the Privacy Policy URL in the Basic > Settings section before going live, Facebook might requires further verification.

## How to get your Google Id and Secret

1. Go to your Google Developer Console [https://console.developers.google.com](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. &#x20;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 URLs:**&#x20;

    <https://yourdomain.com/en/login/google> (replace with your domain, and make sure to replace /en with the available locales in your platform, you will need to add all the URLs each with the enabled locale).
11. Click on Create
12. Copy and paste the Client Id and the Client Secret into the Eventic form and click on Save
