tomquirk / linkedin-api

👨‍💼 LinkedIn API for Python
https://pypi.org/project/linkedin-api
MIT License
2.17k stars 456 forks source link

get_conversations doesn't work #455

Open DeanVanGreunen opened 3 weeks ago

DeanVanGreunen commented 3 weeks ago

My example code below, testing the api.get_conversations api endpoint

from linkedin_api import Linkedin
api = Linkedin('MyEmailAddressHere', 'MyPassword')
result = api.get_conversations()

result returns {"status": 401}

Tested with Bleeding Edge version as of a few minutes ago of this issue submission

usamahklair commented 3 weeks ago

+1

DeanVanGreunen commented 2 weeks ago

@tomquirk any updates?

kevingil commented 1 week ago

Not sure if it’s related, but LinkedIn started rolling out new GraphQL endpoints to replace voyager REST endpoints. Looks like a slow rollout, old endpoints still work for some people.