Hi @JackBauer
Hope you’re doing well ![]()
-
Is there a guide to connect n8n with Facebook Graph API?
Yes. n8n has official docs for the Facebook Graph API node and its credentials, which walk you through creating a Meta app and generating an App Access Token to use in n8n.[FB Graph node; FB Graph creds] -
Do I have to create a new token for every Facebook page I want to post to?
The n8n docs only state that the Facebook Graph API credentials use an App Access Token; they don’t explicitly say whether you must create separate tokens per page.[FB Graph creds]
A community example for posting to a page shows using a page token (not a user token) with the right permissions, but it doesn’t clearly state if one token can cover multiple pages.[Forum: post to page]
So, based on the available sources, this point isn’t fully clarified. -
Is the max token life 2 months with the debug tool?
The n8n docs don’t specify any exact token lifetime or a 2‑month limit; they only describe how to generate an App Access Token and use it.[Using app token]
A community thread mentions that a page‑specific token can show as “does not expire” in Facebook’s token debugger, which suggests some tokens can be long‑lived or non‑expiring, but this behavior is defined by Facebook, not by n8n.[Forum: renewing token]
So, n8n provides the integration guide, but details about “one token for all pages” and exact token lifetimes are governed by Facebook’s own token rules and aren’t fully documented in the n8n sources.