# 📦 @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>
