> For the complete documentation index, see [llms.txt](https://foodfly-status404.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foodfly-status404.gitbook.io/project/facebook-login.md).

# Facebook Login

<mark style="color:green;">`POST`</mark> `https://foodfly.shop/members/facebook/`

#### Request Body

| Name          | Type   | Description |
| ------------- | ------ | ----------- |
| facebook\_id  | string |             |
| access\_token | string |             |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```javascript
{
    "user": user,
    "token": token
}
```

{% endtab %}

{% tab title="400 Could not find a cake matching this query." %}

```javascript
{
    "잘못된 요청입니다."
}
```

{% endtab %}
{% endtabs %}
