Alvaro Serrano
Alvaro Serrano
I believe that endpoint returns only first-degree connections, so it would only return the profiles of the people that both the logged-in user and the target user have in common....
Is there any way or workaround that allows to get all the connections of a profile? I am thinking of 2 scenarios here: - You must be a connection of...
For now, I would recommend using the the search endpoint with the keywords inside the keywords array parameter according to your needs and maybe calling `get_profile_posts` function for every profile...
``` profile_connections = api.get_profile_connections( profile["profile_id"] ) # GET profile connections (better with public id) # depths: 'F', 'S', 'O' # F - first degree, S - second degree, O -...
I am guessing 3A6849596184437276672 is the activity urn?
I started a PR for the comments https://github.com/tomquirk/linkedin-api/pull/184/.
The above PR's code currently returns no data. This is a simple python print of the first after calling the url listed below and the json data returned. ``` https://www.linkedin.com/voyager/api/feed/comments?count=100&start=0&q=comments&sortOrder=RELEVANCE&updateId=activity%3A6849596184437276672...
New PR https://github.com/tomquirk/linkedin-api/pull/185 but I still have not figured out why those commit messages keep appearing. I ran `git checkout master` `git fetch upstream` `git merge upstream/master` and then I...
Since the app was not installed from the App store you must open System Preferences > Security and Privacy > Unlock by entering your password > Confirm that you trust...