Facebook Leads Trigger

hi

I want to create a connection to my Facebook App.
When I put AppID and AppSecret I cannot authenticate:

I am wondering if the problem can be in API version (I have v19.0 in my App and here in link is v17.0), but maybe something else?

Could you help me?

Thanks in advance
Regards
Krzysztof

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Krzysztof_M

Thanks for posting! :sparkles:

Just from a quick overview it seems that the issue might lie withing the URI connections matching rather than on the API versions.

Are there any more error or logs information that you can see? That would help get a little more insight into the issue.
It seem like facebook is saying something about the domain of the url not being included? Could you maybe share the whole message?

In the meanwhile I’d say you might want to verify if the OAuth redirect url configured in your Facebook App matches the one specified in n8n. I think you can find this in your Facebook login section under “Valid OAuth Redirect URIs”

Let me know how you get on :slight_smile: