@smartsoft001/fb
Version:
Utils for fb authorisation
25 lines (17 loc) • 530 B
Markdown
# 📦 @smartsoft001/fb
 
## 🚀 Usage
`npm i @smartsoft001/fb`
## 🛠️ Services & Methods
### FbService
Methods:
<table>
<tr>
<td>getUserId</td>
<td>Makes a GET request to Facebook's Graph API to fetch the current user's profile</td>
</tr>
<tr>
<td>getData</td>
<td>Makes a GET request but specifically requests both email and ID fields</td>
</tr>
</table>