This project is not covered by Drupal’s security advisory policy.
Social auth facebook api
This module provide a endpoint to login to drupal by facebook's access_token
And this module use the same logic of social_auth_facebook
Dependencies:
Endpoint
Url:
`/user/login/facebook?_format=json` [POST]
Post body:
{
"access_token": "TEST0uFkIayQBAHxaGTESTNo10zcY3p3Tj1TJc8xoeJasrWqFmX2OLDPr6nKBM3ZC0d8U0bPvmhDZAvqLRmOAhpWbqZBwE4maZAEg9zSelbxlXwHZBrJagblxcFnIEbBgOLZAPKgiq4zL3kDN9wj4wTGib9E9rWm00W882EZAKVWQZDZD&appsecret_proof=b4458eaa830673dd24af7295270c169cbc7407869e8182eec187db03b599c6c6&fields=id%2Cname%2Cemail"
}
Return:
{
"current_user": {
"uid": "95",
"name": "Lawxen Lau"
},
"csrf_token": "uxOLrfapTCGcQ0LRWY0X3TOjAINtpB6RpGnsqDayitg",
"logout_token": "PwBdLEsHkahWHqdkyZ8mfDxIewKYFu5ZEzA3stBk3Eg"
}
Project information
Seeking new maintainer
The current maintainers are looking for new people to take ownership.- Project categories: Access control
- Ecosystem: Social Auth
12 sites report using this module
- Created by lawxen on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
Releases
3.0.0-rc3
released 20 May 2024
Works with Drupal: ^8 || ^9 || ^10
Install:
Development version: 3.x-dev updated 20 May 2024 at 07:19 UTC
8.x-2.4
released 5 March 2020
Works with Drupal: 8.x
Install:
Development version: 8.x-2.x-dev updated 26 Dec 2021 at 10:11 UTC



