Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.25 KB

register-facebook.md

File metadata and controls

21 lines (15 loc) · 1.25 KB

Authorizing the application in Facebook

⚠️ Authorizing the app on Facebook requires you turn your account in a developer one.

ℹ️ 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.


  1. Log in to your Facebook account.
  2. Go to Applications Registering page.
  3. Choose Website.
  4. Fill up the name HaPHPy Birthday [Dev] and click Create new Facebook App Id.
  5. Choose the category (I chose video but whatever…) and validate by clicking Create App ID
  6. Fill the field Site URL with http://haphpy-birthday.net.
  7. Then click next and Skip to developer dashboard at the bottom of the page.
  8. At this point, the dashboard should show you the App ID and the App Secret (obfuscated).
  9. 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 the facebook_client_id and facebook_secret values in it.