Abin K Paul
Abin K Paul
For the case of endpoint to get connections of a profile you have no relationship with, I don't think Linkedin provides that functionality.
Yes, @igorgbianchi that would explain it. This package does indeed use the same Api as Linkedin website
[get_profile_connection](https://github.com/tomquirk/linkedin-api/blob/c89c3950bf9c91717ce10a7aec04826c48b37af1/linkedin_api/linkedin.py#L615) calls [search_people](https://github.com/tomquirk/linkedin-api/blob/c89c3950bf9c91717ce10a7aec04826c48b37af1/linkedin_api/linkedin.py#L158) with `network_depth` set to 'F' denoting first degree connections. Try having a look at the `search_people` method. Setting `network_depth` to the other possible values like 'S' or...
Can you pleae elaborate a bit more as to what the issue is.
It has not been implemented yet.
The enpoint is `https://www.linkedin.com/voyager/api/organization/updatesV2` `GET` url query params: companyIdOrUniversalName=1063 count=10 moduleKey=ORGANIZATION_MEMBER_FEED_DESKTOP paginationToken=657919586-1659009338133-10cf026e19938c8acee2c7c031bf1695 q=companyRelevanceFeed start=3
Company id is the number part of company URN. Have a look at https://github.com/tomquirk/linkedin-api/blob/14cf87950767705656f0b273a9b99fa9aa9cdd0c/linkedin_api/linkedin.py#L867 Token, I think first time you don't need it. You'll get it in response and then...
Please do the formatting check and commit the reformatted files, so that build check passes.
I am not sure if the api provides such an option. Also I am not sure what you mean by date relating to a secondary connection. For first degree connections...
I am still not clear what date relates to a secondary connection. Date relating to a first degree connection is the date on which you got connected to that person....