facebook.init.php 536 B

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * Licence: GPL
  4. * Please contact CBlue regarding any licences issues.
  5. * Author: noel@cblue.be
  6. * Copyright: CBlue SPRL, 20XX.
  7. *
  8. * External login module : FACEBOOK
  9. *
  10. * Configuration file
  11. * Please edit this file to match with your FACEBOOK settings
  12. * */
  13. /**
  14. * Facebook application setting.
  15. * */
  16. //Loads the portal facebook settings
  17. /**
  18. * Facebook application setting
  19. * Loads the portal facebook settings
  20. * See facebook section of the auth.conf.php file.
  21. */
  22. require __DIR__.'/../../../app/config/auth.conf.php';