Until this is resolved, you can still use the HTTP node to make a LinkedIn post. Hereâs a simple workflow â feel free to edit it to suit your needs.
Use the linkedin node with your credentials. In the node select Person. If your credentials are correct you will see your name. On this input choose âexpressionâ instead of âFixedâ. You will see your PERSON_ID here.
Thank you. For me it is still not working, now I have an error for the last node, I think it might be related to the scopes :
400 - "{\"errorDetailType\":\"com.linkedin.common.error.BadRequest\",\"message\":\"com.linkedin.content.common.exception.BadRequestResponseException: One or more of the contents is not owned by the author. All contents must be owned by the author\",\"errorDetails\":{\"inputErrors\":[{\"description\":\"Content(s) you provided must be owned by post author\",\"input\":{},\"code\":\"INVALID_CONTENT_OWNERSHIP\"}]},\"status\":400}"
No I dintât activated any external API. I just used regular HTTP requests and linkedin auth credentials. Did you check your linkedin developer console. is âw_member_socialâ scope active ?
Hey all, the fix was deployed in 1.90.0 today. If you need it urgently, feel free to update to âlatest betaâ (if youâre on cloud), which by now is 1.90.1.
this error appears âYour request is invalid or could not be processed by the service
ERROR :: /author :: âurn:li:person:PERSON_IDâ does not match urn:li:company:\d+|urn:li:member:\d+â
I am pretty stuck here because i didnt find the person_id and if i change for other i think is the one the same error keeps appearing.
If you used my workflow, the person id should be retrieved dynamically from the âGet User URNâ node. Is that node working correcly in your case and only the last node fails ?
can you share the last version of the code?, the one i downloaded from a threat is not even closer to what you just share with me. some .json to import, please?