How to retrieve your credentials
- Go to your Facebook Developers apps page
and click on the name of your app otherwise create one using the Create a New App button
and follow the instructions (make sure the test app switch is off).
- From the basic settings you will be able to access your API Key and API Secret.
Also, click the Add Platform button below the settings configuration.
Select Website in the platform dialog then enter the website URL.
- Once the app is set up, copy the App ID and App Secret into the fields below.
- Copy your App ID and App Secret into the fields below.
- In your facebook app’s dashboard, on the Settings tab set the Valid OAuth redirect URIs
to {{ $formModel->getProvider('facebook')->makeEntryPointUrl('callback') }}