Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fastuptime/facebook_authentication
FacebookAuthentication / Facebook Yetkilendirme NodeJs Meta
https://github.com/fastuptime/facebook_authentication
auth authentication facebook facebook-auth facebook-authentication meta meta-auth
Last synced: 8 days ago
JSON representation
FacebookAuthentication / Facebook Yetkilendirme NodeJs Meta
- Host: GitHub
- URL: https://github.com/fastuptime/facebook_authentication
- Owner: fastuptime
- License: other
- Created: 2023-08-16T19:41:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T20:50:19.000Z (about 1 year ago)
- Last Synced: 2023-08-16T20:59:33.608Z (about 1 year ago)
- Topics: auth, authentication, facebook, facebook-auth, facebook-authentication, meta, meta-auth
- Language: EJS
- Homepage: https://developers.facebook.com/
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Facebook_Authentication
FacebookAuthentication / Facebook Yetkilendirme NodeJs Meta# π Images π
![image](https://github.com/fastuptime/Facebook_Authentication/assets/63351166/d43c1b4f-e244-4c18-8a99-5f81a2a7312a)
![image](https://github.com/fastuptime/Facebook_Authentication/assets/63351166/693c898d-4915-47a3-a130-256ed4cb6bcc)
![image](https://github.com/fastuptime/Facebook_Authentication/assets/63351166/493a423e-9a86-4eba-a053-0a72226d6781)
![image](https://github.com/fastuptime/Facebook_Authentication/assets/63351166/e4fa440d-91b8-4147-9b83-34ba03af83c5)# π Example Response FaceBook π
```js
{
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](https://nodejs.org/en/download) 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
---
- β¨ [For Support](https://github.com/sponsors/fastuptime)
- π [Discord](https://fastuptime.com/discord)
- π [Fast Uptime](https://fastuptime.com/)
- πͺ All kinds of projects are made
- 𧨠You can contact us to make a paid project
- πΈ You can contact for paid installation
- βοΈ [Click For Contact](mailto:[email protected])# π― License π―
- βοΈ Its protected by Creative Commons ([CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/))