mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
---
|
|
permalink: /credentials/facebookGraph
|
|
description: Learn to configure credentials for the Facebook node in n8n
|
|
---
|
|
|
|
# Facebook Graph API
|
|
|
|
You can use these credentials to authenticate the following nodes with Facebook.
|
|
- [Facebook Graph API](../../nodes-library/nodes/FacebookGraphApi/README.md)
|
|
|
|
**Note:** If you want to create credentials for the [Facebook Trigger](../../nodes-library/trigger-nodes/FacebookTrigger/README.md) node, follow the instructions mentioned in the [Facebook App](../FacebookApp/README.md) credentials documentation.
|
|
|
|
## Prerequisites
|
|
|
|
Create a [Facebook](https://www.facebook.com/) account.
|
|
|
|
## Using Access Token
|
|
|
|
1. Access [Facebook for Developers portal](https://developers.facebook.com/).
|
|
2. Click on "My Apps".
|
|
3. Access your app. Create an app if you don't already have one.
|
|
4. Access the [Facebook Graph API Explorer](https://developers.facebook.com/tools/explorer/).
|
|
5. Select your app under the *Facebook App* dropdown list on the right sidebar.
|
|
6. Click on the 'Generate Access Token' button and login with your facebook account.
|
|
6. Use generated access token with your Facebook node credentials in n8n.
|
|
|
|

|