PHP Basic Web Application allows a user to connect via facebook and to display user facebook name and picture
- The application configuration
- Sources of the project
- Project Controllers
- Classes that connect to the database
- Classes that authenticate and get profile data from third party providers
- Application models
- Contains Application templates
The application requires Composer to install dependencies.
Install the dependencies.
$ cd FacebookApp
$ Composer install
$ Composer dump-autoload -o