python-linkedin icon indicating copy to clipboard operation
python-linkedin copied to clipboard

Python interface to the LinkedIn API

Results 64 python-linkedin issues
Sort by recently updated
recently updated
newest added

Hi .. has developer authentication been removed by LinkedIn? I noticed today I had a number of failing calls with OAUTH errors and I went to check my developer keys...

I've added a way to get the number of followers for a specific company

Remove LinkedIn permission that are no longer in API — https://developer.linkedin.com/support/developer-program-transition

I recently saw this https://developer.linkedin.com/support/developer-program-transition. Are you guys aware of this? Will you update the API's to handle the changes? Or should I do something on my end? Please let...

following up these docs https://developer.linkedin.com/docs/company-pages

The last python-linkedin release is more than one year old. In the meantime, you got many fixes and Python 3 support. Can you please upload the 4.2 version to PyPI?...

It seems that in the original api, operations to check "state" in case of csrf attacks not implemented. Any suggestions?

In your code , you request: ## authorization code response_type The value of this field should always be: code Yes client_id The "API Key" value generated when you registered your...

These new methods are implemented: - get_post_likes - get_share_comments - get_share_likes - comment_as_company submit_group_post method is improved.

according to this authentication = linkedin.LinkedInDeveloperAuthentication(CONSUMER_KEY, CONSUMER_SECRET, USER_TOKEN, USER_SECRET, RETURN_URL, linkedin.PERMISSIONS.enums.values()) I need more information but here: https://www.linkedin.com/developer/apps/ I can only get Client ID and Client Secret. How and where...