tomquirk / linkedin-api

👨‍💼Linkedin API for Python
MIT License
1.71k stars 401 forks source link

get_profile_connections() always returns my connections. #311

Open ghazalrafiei opened 1 year ago

ghazalrafiei commented 1 year ago

I am trying to get people's connections list but whatever I send to get_profile_connection() as an argument the output is the list of MY connections!

Malekai-git commented 9 months ago

Hope you were able to get this solved! I sadly am having issues with this get_profile_connections as well, except whenever I try it it returns an empty list. Example:

connections = api.get_profile_connections('urn:li:fs_profile:ACoAAAylSRIBXNFRGjmGfTQsZZL04N8Sf_IyVao') print(connections) []

If anyone has recommendations / tips to make this not return an empty list and actual return the connections, that'd be amazing!