ℹ️ Facebook authorize your app on a single URL. Exemple provided here for http://haphpy-birthday.dev/
If you plan to work on http://haphpy-birthday.dev/app_dev.php, just adapt the information provided.
- Log in to your Facebook account.
- Go to Applications Registering page.
- Choose Website.
- Fill up the name HaPHPy Birthday [Dev] and click
Create new Facebook App Id. - Choose the category (I chose
videobut whatever…) and validate by clickingCreate App ID - Fill the field
Site URLwith http://haphpy-birthday.net. - Then click
nextandSkip to developer dashboardat the bottom of the page. - At this point, the dashboard should show you the App ID and the App Secret (obfuscated).
- Running
composer installfor the first time, provide the APP ID for the facebook_client_id and the App Secret for the facebook_client_secret.
If your
app/config/parameters.ymlhas already been generated, just replace thefacebook_client_idandfacebook_secretvalues in it.