Configuring Social Login

Make sure APP_URL in /.env file matches your site url. It should be set automatically, but you might need to do it manually in some rare cases.

Facebook

  1. Register for regular Facebook account, if you don't already have one.

  2. Open this url, and Create a New App.

  3. Get the new app settings.

Now, you have to setup your admin panel:

Or place all the config values or API keys in the /.env file.

Facebook example in /.env file

FACEBOOK_CLIENT_ID=your-facebook-client_id
FACEBOOK_CLIENT_SECRET=your-facebook-client_secret

NOTE:

LinkedIn

  1. Register for regular LinkedIn account, if you don't already have one.

  2. Open this url, and Create a New App.

  3. Get the new app settings.

Now, you have to setup your admin panel:

Or place all the config values or API keys in the /.env file.

LinkedIn example in /.env file

LINKEDIN_CLIENT_ID=your-linkedin-client_id
LINKEDIN_CLIENT_SECRET=your-linkedin-client_secret

NOTE:

Twitter

  1. Register for regular Twitter account, if you don't already have one.

  2. Open this url, and Create a New App.

  3. Get the new app settings.

Now, you have to setup your admin panel:

Or place all the config values or API keys in the /.env file.

Twitter example in /.env file

TWITTER_CLIENT_ID=your-twitter-client_id
TWITTER_CLIENT_SECRET=your-twitter-client_secret

NOTE:

Google (deprecated)

  1. Register for regular Google account, if you don't already have one.

  2. Open this url, and Create a New App.

  3. Get the new app settings.

Now, you have to setup your admin panel:

Or place all the config values or API keys in the /.env file.

Google example in /.env file

GOOGLE_CLIENT_ID=your-google-client_id
GOOGLE_CLIENT_SECRET=your-google-client_secret

NOTE: