UNPKG

@smartsoft001/fb

Version:
25 lines (17 loc) 530 B
# 📦 @smartsoft001/fb ![npm](https://img.shields.io/npm/v/@smartsoft001/fb) ![downloads](https://img.shields.io/npm/dm/@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>