tomquirk / linkedin-api

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

401 Error when getting userprofile #334

Closed hamim-mahdi closed 10 months ago

hamim-mahdi commented 10 months ago
api = Linkedin(email, password)
network = api.get_user_profile()

Getting unauthorized 401 error. How to get rid of it.