Skip to content

fastuptime/Facebook_Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook_Authentication

FacebookAuthentication / Facebook Yetkilendirme NodeJs Meta

🎈 Images 🎈

image image image image

🌘 Example Response FaceBook 🌘

{
  id: '1026688868530111',
  username: undefined,
  displayName: 'Can Kaya',
  name: { familyName: 'Kaya', givenName: 'Caner', middleName: undefined },
  gender: undefined,
  profileUrl: undefined,
  photos: [
    {
      value: 'https://platform-lookaside.fbsbx.com/platform/profilepic/?asid=1026688868530111&height=50&width=50&ext=1694807779&hash=AeQzA4gFgVGOCTeJu0w'
    }
  ],
  provider: 'facebook',
  _raw: '{"id":"1026688868530111","name":"Can Kaya","picture":{"data":{"height":50,"is_silhouette":false,"url":"https:\\/\\/platform-lookaside.fbsbx.com\\/platform\\/profilepic\\/?asid=1026688868530111&height=50&width=50&ext=1694807779&hash=AeQzA4gFgVGOCTeJu0w","width":50}},"first_name":"Can","last_name":"Kaya"}',
  _json: {
    id: '1026688868530111',
    name: 'Can Kaya',
    picture: { data: [Object] },
    first_name: 'Can',
    last_name: 'Kaya'
  }
}

🛠️ Installation 🛠️

  • Download and install NodeJs on your computer.

  • Download the project as Zip to your computer and unzip it.

  • Enter the folder you extracted from the zip and open a terminal to the location of that folder, then enter the following commands. npm install

  • Start the by entering the following command in Terminal node .

  • https://developers.facebook.com/ Create an app here

⛳Tech Stack ⛳

🗄️ Server: Node, Passport, Express, Passport-Facebook, Express-session


🎯 License 🎯