Relative Content

Tag Archive for pythonlinkedin-api

Linkedin image/video API Upload 403 Forbidden error

I am making a call to the linkedin images API to initialize an upload. I am using insomnia to make the call, I have the access token that is not expired (created 4 days ago) with all the following perms/scope (r_1st_connections_size,r_ads,r_ads_reporting,r_basicprofile,r_organization_admin,r_organization_social,rw_ads,rw_organization_admin,w_member_social,w_organization_social). Here is the code for the call exported in python. I have all the correct perms, and the linkedin account is the campaign manager, but everytime i keep getting the 403 forbidden error included below.

How can I get the most recent post of a LinkedIn profile?

I want to create a python program that simply checks if there was a new post on a certain linkedIn profile and then prints out the title and link of that post. It’s not necessarily a company profile, could just be any user on linkedIn.