LinkedIn Authentification

So;
this workflow promess that I would be able to post as a person on LinkedIn

While; I created

  1. Business Page
  2. Client ID
  3. Secret
  4. add the redirection

I’m still unable to connect n8n to LinkedIn.

  1. Does anybody succeed to do personal post on LinkedIn with n8n ?
  2. If yes, how did you figure the authentification ?

  • n8n Version: 1.44.1 via Docker

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 @JOduMonT thanks for reaching out and being a part of the community! I think the best option is for us to check with @Matheus_Weckwerth to see if he’d be interested in helping you get set up with the template! I’ll also go in and test it out, because it sounds awesome.

Matheus, would you recommend he keep an eye out for anything in particular when setting up your template?

@JOduMonT you might also check out the following thread for help with the LinkedIn error: Linkedin credential errors. It sounds like a missing scope issue most likely.

Hi @JOduMonT about LinkedIn credentials, check in MyApps https://developer.linkedin.com/

  1. If your company is verified
  2. In the Products tab, the following are enabled: Share on LinkedIn, Sign In with LinkedIn using OpenID Connect, in my case I enabled everything I could)
  3. In the LinkedIn credential on n8n, I left the “Legacy” option disabled, below Organization Support.)

In the end I ended up following the n8n tutorial LinkedIn credentials | n8n Docs

Let me know if it worked for you

2 Likes

@Matheus_Weckwerth

I’m getting the same issue as he is.

But I’m running my n8n on node on an ubuntue vps, not docker. i confirmed all your suggestions and that didn’t fix it. I think the redirect URL n8n is suggesting is wrong? it should be a publically available URL not local host (the IP address of my vps). How do I change that?

image

Hey @Zachary_E,

Welcome to the community :tada:

You will need to set the WEBHOOK_URL environment variable to set the URL.

1 Like

I set the WEBHOOK_URL environment variable as the IP address of my server, but that didn’t help. Does it have to be a domain name?
webhook url

It should be http:// or https:// then whatever your IP or domain is, This is where you will be redirected once the connection is complete but it is possible that LinkedIn may require HTTPS and a domain if not using localhost.

1 Like

thanks for your reply
no my company is not verify
as I try to post on my personal profile

@Matheus_Weckwerth, thank you for your advice! Turning off the “Legacy” option is what helped me with the issue. Unfortunately, I spent some time before I bumped into this conversation!

1 Like

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