ℹ️ 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
video
but whatever…) and validate by clickingCreate App ID
- Fill the field
Site URL
with http://haphpy-birthday.net. - Then click
next
andSkip to developer dashboard
at the bottom of the page. - At this point, the dashboard should show you the App ID and the App Secret (obfuscated).
- Running
composer install
for 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.yml
has already been generated, just replace thefacebook_client_id
andfacebook_secret
values in it.