Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 563 Bytes

FACEBOOK.md

File metadata and controls

15 lines (12 loc) · 563 Bytes

Configure Facebook Sign In

  1. Create a new app at Facebook Developers with the following configurations:

    Field Value
    Display Name Short Test
    Contact Email your_email
  2. Add Facebook Login to the app.

  3. Copy App ID and App Secret on Settings > Basic tab.

  4. Replace the value of FACEBOOK_CLIENT_ID in backend/.env file with App ID.

  5. Replace the value of FACEBOOK_CLIENT_SECRET in backend/.env file with App Secret.