Skip to content

Project developed with the purpose of teaching how to connect with the Facebook API to get user data and show it on the screen.

License

Notifications You must be signed in to change notification settings

RuthMaria/facebook-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Log in


📚 About

Project developed with the purpose of teaching how to connect with the Facebook API to get user data and show it on the screen.


📱 Screen

  • Sign up

sign up

💻 Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Node.js
  • Express
  • Nunjucks

🔰 Dependencies

  • Express
  • Nodemon
  • Nunjucks

🌎 API used


⚙️ Configuration


  • Add a new app home

  • Choose "For Everything Else" and called "ecoleta" the new app newApp

  • Choose "Facebook login" on products facebook-login

  • Select the platform web plataform


  • In the basic settings:
    • Add "localhost" to the App Domains
    • Select "Bussiness and Pages" in the category basicSettings

  • Change the AppID to your account's

  • By default, the account gives access to the user's email, name and photo. If you want more permissions, just click on "App Review" and add. permissions

⚓ Run the project locally

Commands

  • Clone this repository
git clone https://github.com/RuthMaria/facebook-login.git
  • Install all the dependencies indicated in the package.json
npm install 
  • Run the project
npm start
  • Type the URL in the browser
https://localhost:3000

🤔 How to contribute

  • Fork this repository,
  • Create a branch with your feature: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature

📝 License

This project is under the MIT license. See the file LICENSE for more details.


Developed with 💜 by Ruth Maria

About

Project developed with the purpose of teaching how to connect with the Facebook API to get user data and show it on the screen.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published