ozgur / python-linkedin

Python interface to the LinkedIn API
http://ozgur.github.com/python-linkedin/
MIT License
894 stars 392 forks source link

Python-linkedin doesn't support current linkedin api #108

Open taylornelson opened 7 years ago

taylornelson commented 7 years ago

To start with permissions in the url for authentication via server.quick_api() call

?scope=r_basicprofile%20rw_nus%20r_network%20r_contactinfo%20w_messages%20rw_groups%20r_emailaddress%20r_fullprofile

current linkedin permissions are as follows: r_basicprofile r_emailaddress rw_company_admin w_share

elahmo commented 7 years ago

I am wondering the same, what is the current state of the support of the changed LinkedIn API with this plugin?

@ozgur