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

https://developer.linkedin.com/docs/company-pages#get_followers

If you want to submit a share that is only a comment and an image then the submit fails with a keyerror. In the function submit_company_share the following code exists:...

I am currently using the company search API and whatever "count" I specify I always get 20 resutls. Is there a way to query the rest of them?

I'm not managing to get the results from a profile using it's URL. Basically I'm trying to use that request: application.get_profile(member_url='http://www.linkedin.com/profile/view?id=238343623&authType=name&authToken=LMsx&trk=api*a3334503*s3406633*') I also tried to use only: application.get_profile(member_url='http://www.linkedin.com/profile/view?id=238343623') Didn't work...

is it possible to refresh the access token via the available class methods? like this (but for oauth2): https://developer.linkedin.com/blog/tips-and-tricks-refreshing-access-token looking at the source code, this did not appear to be...

I've been playing with your module for a personal project where I'm using python 3. Using the future module I've attempted to make the module compatible both with python 2...

When i execute the "http_api.py" i am getting the following error.The error is like this $ python http_api.py Server started on port: 8080 ## 127.0.0.1 - - [05/Feb/2015 11:56:14] "GET...

When inspecting the company location info, it appears that some of the information that is available via the LinkedIn api is missing; here is some sample information returned: ``` {u'contactInfo':...

I have got authorization for Job Look Up API and Job Search API. The function for Job Search API works. But when I was trying to get information for a...

When trying to get details on a list of companies I get the following error temp = application.get_companies(company_ids=work_id, selectors=['company-type','industries','blog-rss-url','twitter-id','employee-count-range']) Traceback (most recent call last): File "", line 1, in File...