Linkedin Posting Auth Error

Hello!

I’ve been trying to get this Linkedin Post Node to work however no matter how I try to authenticate, I recieve a: Forbidden - 403 - {“status”:403}

I have tried the native recommended connection & through community management. Both still return the same 403 - {“status”:403}. I am not attempting to post through a Company page, only personal.

Both products are added to the App with the N8N provided redirect URL.

When I select authenticate, I recieve this error:

Any recommendations?

Share the output returned by the last node

Information on your n8n setup

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

Yeah it need Organization to access.

Do you want to use Organization or as yourself in linkedin?

The goal is to post under my personal, not as an organization.

@John_Miraglia

What does it say under oauth scopes? And can you show your redirect setup as well?

2 Likes

@John_Miraglia

Your redirect url should be more like this.

https://NAMEOFYOURINSTANCE.app.n8n.cloud/rest/oauth2-credential/callback

if this post helps solve your issue, please mark it as the solution so others can benefit from it

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.