Hello, I am so close yet so far. I am trying to create linkedin posts directly from bubble. I’ve successfully set up the sign/up api following several videos, but I am stuck when it comes to creating a post.
I’ve been following this video: Webinar 2 Post to Linkedin Example - YouTube
I am stuck in the final step of initializing my api.
First error: Status code 422
{“message”:“ERROR :: /author :: “urn:li:person: I21ULlQ0Ig” does not match urn:li:company:\d+|urn:li:member:\d+\n”,“status”:422}
I tried initializing with my own real linkedin ID and I get the error above.
When I remove this and follow the video exactly with the JSON body she uses, I get another error:
{“serviceErrorCode”:100,“message”:“Unpermitted fields present in REQUEST_BODY: Data Processing Exception while processing fields [/content, /comment]”,“status”:403}
Any help would be so appreciated.