mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
# Facebook Graph API
|
|
|
|
You can use these credentials to authenticate the following nodes with Facebook.
|
|
|
|
- [Facebook Graph API](/integrations/nodes/n8n-nodes-base.facebookGraphAPI/)
|
|
|
|
**Note:** If you want to create credentials for the [Facebook Trigger](/integrations/trigger-nodes/n8n-nodes-base.facebookTrigger/) node, follow the instructions mentioned in the [Facebook App](/integrations/credentials/facebookApp/) 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.
|
|
|
|

|