Linkedin Node Connection

Hey! i am trying to connect my linkedin using the node but failing. if i use the standard connection, it is failing to fetch the person id. i f i try the community management, after put the client id and clinet secret, node is unable to connect. What am i doing wrong ? new to n8n

Information on your n8n setup

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

so linkedin’s API has gotten pretty restrictive - the standard OAuth method only works if you have a linkedin developer app with the right permissions, which is hard to get now unless youre a verified partner.

for the community management connection, make sure your OAuth redirect URL in your linkedin app settings matches exactly what n8n shows (should be something like `https://your-instance.app.n8n.cloud/rest/oauth2-credential/callback\`). also double check youre using the correct product - you need access to either the Marketing Developer Platform or Community Management API, regular apps wont work.

if youre just trying to post or read your own profile, honestly the HTTP Request node with linkedin’s API directly might be easier at this point. what specifically are you trying to do with linkedin?

Well yeah, I’m trying to post on automation once a week. I tried the community management with right OAuth 2.0 scopes, even then it is failing to connect.

now if i use the standard way, this is the error