tomquirk / linkedin-api

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

get_profile_posts() is not worked,The status code shows 401 #338

Open ming9769 opened 9 months ago

ming9769 commented 9 months ago

get_profile_posts() is not worked,The status code shows 401

Njoselson commented 9 months ago

@tomquirk is this something you want passing before we can release the next version of the API? Otherwise we can just bump a minor or patch version... Right now a lot of endpoints are broken, so it is probably better to get something going.

Njoselson commented 9 months ago

Also the following tests around profile views are failing:

FAILED tests/test_linkedin_api_requests.py::test_get_profile - assert {}
FAILED tests/test_linkedin_api_requests.py::test_view_profile - KeyError: 'member_urn'
FAILED tests/test_linkedin_api_requests.py::test_get_profile_member_badges - assert {}
FAILED tests/test_linkedin_api_requests.py::test_get_profile_network_info - assert {}
FAILED tests/test_linkedin_api_requests.py::test_get_profile_connections - assert []
FAILED tests/test_linkedin_api_requests.py::test_get_conversation_details - assert {}
FAILED tests/test_linkedin_api_requests.py::test_get_profile_skills - assert []